1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <!--
3  * FCKeditor - The text editor
for Internet - http://www.fckeditor.net
4  * Copyright (C)
2003-2008 Frederico Caldeira Knabben
5  *
6  * == BEGIN LICENSE ==
7  *
8  * Licensed under the terms of any of the following licenses at your
9  * choice:
10  *
11  * - GNU General Public License Version
2 or later (the "GPL")
12  * http:
//www.gnu.org/licenses/gpl.html
13  *
14  * - GNU Lesser General Public License Version
2.1 or later (the "LGPL")
15  * http:
//www.gnu.org/licenses/lgpl.html
16  *
17  * - Mozilla Public License Version
1.1 or later (the "MPL")
18  * http:
//www.mozilla.org/MPL/MPL-1.1.html
19  *
20  * == END LICENSE ==
21 -->
22 <html xmlns=
"http://www.w3.org/1999/xhtml">
23 <head>
24     <title>FCKeditor ChangeLog - What
's New?</title>
25     <meta http-equiv=
"Content-Type" content="text/html; charset=utf-8" />
26     <style type=
"text/css">
27         body { font-family: arial, verdana, sans-serif }
28         p { margin-left: 20px }
29         h1 { border-bottom: solid 1px gray; padding-bottom: 20px }
30     </style>
31 </head>
32 <body>
33     <h1>
34         FCKeditor ChangeLog - What
's New?</h1>
35     <h3>
36         Version
2.6.2</h3>
37     <p>
38         New Features and Improvements:</p>
39     <ul>
40         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2043">#2043</a>] The debug
41             script
is not any more part of the compressed files. If FCKeditor native debugging
42             features (FCKDebug) are required, the _source folder must be present
in your installation.</li>
43     </ul>
44     <p>
45         Fixed Bugs:</p>
46     <ul>
47         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2248">#2248</a>] Calling
48             FCK.InsertHtml(
'nbsp;') was inserting a plain space instead of a non breaking space
49             character.</li>
50         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2273">#2273</a>] The dragresizetable
51             plugin now works
in Firefox 3 as well.</li>
52         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2254">#2254</a>] Minor
53             fix
in FCKSelection for nodeTagName object.</li>
54         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1614">#1614</a>] Unified
55             FCKConfig.FullBasePath with FCKConfig.BasePath.</li>
56         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2127">#2127</a>] Changed
57             floating dialogs to use
fixed positioning so that they are no longer affected by
58             scrolling.</li>
59         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2018">#2018</a>] Reversed
60             the fix
for <a target="_blank" href="http://dev.fckeditor.net/ticket/183">#183</a>
61             which broke FCKeditorAPI
's cleanup logic. A new configuration directive <strong>MsWebBrowserControlCompat</strong>
62             has been added
for those who wish to force the #183 fix to be enabled.</li>
63         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2276">#2276</a>] [<a
64             target=
"_blank" href="http://dev.fckeditor.net/ticket/2279">#2279</a>] On Opera
65             and Firefox
3, the entire page was scrolling on ENTER.</li>
66         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2149">#2149</a>] CSS urls
67             with querystring parameters were not being accepted
for CSS values in the configuration
68             file (like EditorAreaCSS).</li>
69         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2287">#2287</a>] On some
70             specific cases, with Firefox
2, some extra spacing was appearing in the final HTML
71             
on posting, if inserting two successive tables.</li>
72         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2287">#2287</a>] Block
73             elements (like tables or horizontal rules) will be inserted correctly now
when the
74             cursor
is at the start or the end of blocks. No extra paragraphs will be included
75             
in this operation.</li>
76         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2149">#2197</a>] The TAB
77             key will now have the
default browser behavior if TabSpaces=0. It will move the
78             focus
out of the editor (expect on Safari).</li>
79         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2296">#2296</a>] Fixed
80             permission denied error
on clicking on files in the file browser.</li>
81     </ul>
82     <h3>
83         Version
2.6.1</h3>
84     <p>
85         New Features and Improvements:</p>
86     <ul>
87         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2150">#2150</a>] The searching
88             speed of the Find/Replace dialog has been vastly improved.</li>
89         <li>New language file
for <strong>Gujarati</strong> (by Nilam Doctor).</li>
90         <li>A
new TabIndex property has been added to the JavaScript integration files.</li>
91         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2215">#2215</a>] Following
92             the above
new feature, the ReplaceTextarea method will now copy the textarea.tabIndex
93             
value if available.</li>
94         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2163">#2163</a>] If the
95             FCKConfig.DocType setting points to a HTML DocType then the output won
't generate
96             self-closing tags (it will output &lt;img &gt; instead of &lt;img /&gt;).</li>
97         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2173">#2173</a>] A throbber
98             will be shown
in the Quick Uploads.</li>
99         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2142">#2142</a>] HTML
100             samples will now use sampleposteddata.php
in action parameter inside a form.</li>
101     </ul>
102     <p>
103         Fixed Bugs:</p>
104     <ul>
105         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/768">#768</a>] It is no
106             longer possible
for an image to have its width and height defined with both HTML
107             attributes and inline CSS styles
in IE.</li>
108         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1426">#1426</a>] Fixed
109             the error loading fckstyles.xml
in servers which cannot return the correct content
110             type header
for .xml files.</li>
111         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2102">#2102</a>] Fixed
112             FCKConfig.DocType which stopped working
in FCKeditor 2.6.</li>
113         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2039">#2039</a>] Fixed
114             the locking up issue
in the Find/Replace dialog.</li>
115         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2124">#2124</a>] PHP File
116             Browser:
fixed issue with resolving paths on Windows servers with PHP 5.2.4/5.2.5.</li>
117         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2059">#2059</a>] Fixed
118             the error
in the toolbar name in fckeditor.py.</li>
119         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2065">#2065</a>] Floating
120             dialogs will now block the user
from re-selecting the editing area by pressing Tab.</li>
121         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2114">#2114</a>] Added
122             a workaround
for an IE6 bug which causes floating dialogs to appear blank after
123             opening it
for the first time.</li>
124         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2136">#2136</a>] Fixed
125             JavaScript error
in IE when opening the bullet list properties dialog.</li>
126         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1633">#1633</a>] External
127             styles should no longer interfere with the appearance of the editor and floating
128             panels now.</li>
129         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2113">#2113</a>] Fixed
130             unneeded &lt;span
class=&quot;Apple-style-span&quot;&gt; created after inserting
131             special characters.</li>
132         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2170">#2170</a>] Fixed
133             Ctrl-Insert hotkey
for copying.</li>
134         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2125">#2125</a>] Fixed
135             the issue that FCK.InsertHtml() doesn
't insert contents at the caret position when
136             dialogs are opened
in IE. </li>
137         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1764">#1764</a>] FCKeditor
138             will no longer
catch focus in IE on load when StartupFocus is false and the initial
139             content
is empty.</li>
140         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2126">#2126</a>] Opening
141             and closing floating dialogs will no longer cause toolbar button states to become
142             frozen.</li>
143         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2159">#2159</a>] Selection
144             are now correctly restored
when undoing changes made by the Replace dialog.</li>
145         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2160">#2160</a>] "Match
146             whole word"
in the Find and Replace dialog will now find words next to punctuation
147             marks
as well.</li>
148         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2162">#2162</a>] If the
149             configuration
is set to work including the &lt;head&gt; (FullPage), references to
150             stylesheets added
by Firefox extensions won't be added to the output.</li>
151         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2168">#2168</a>] Comments
152             won
't generate new paragraphs in the output.</li>
153         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2184">#2184</a>] Fixed
154             several validation errors
in the File Browser.</li>
155         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1383">#1383</a>] Fixed
156             an IE issue
where pressing backspace may merge a hyperlink on the previous line
157             with the text
on the current line.</li>
158         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1691">#1691</a>] Creation
159             of links
in Safari failed if there was no selection.</li>
160         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2188">#2188</a>] PreserveSessionOnFileBrowser
161             
is now removed as it was made obsolete with 2.6.</li>
162         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/898">#898</a>] The styles
163             
for the editing area are applied in the image preview dialog.</li>
164         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2056">#2056</a>] Fixed
165             several validation errors
in the dialogs.</li>
166         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2063">#2063</a>] Fixed
167             some problems
in asp related to the use of network paths for the location of the
168             uploaded files.</li>
169         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1593">#1593</a>] The "Sample
170             Posted Data"
page will now properly wrap the text.</li>
171         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2239">#2239</a>] The PHP
172             code
in sampleposteddata.php has been changed from "&lt;?=" to "&lt;? echo".</li>
173         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2241">#2241</a>] Fixed
174             
404 error in floating panels when FCKeditor is installed to a different domain.</li>
175         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2066">#2066</a>] Added
176             a workaround
for a Mac Safari 3.1 browser bug which caused the Fit Window button
177             to give a blank screen.</li>
178         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2218">#2218</a>] Improved
179             Gecko based browser detection to accept Epiphany/Gecko
as well.</li>
180         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2193">#2193</a>] Fixed
181             the issue
where the caret cannot reach the last character of a paragraph in Opera
182             
9.50.</li>
183         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2264">#2264</a>] Fixed
184             empty spaces that appear at the top of the editor
in Opera 9.50.</li>
185         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2238">#2238</a>] The &lt;object&gt;
186             placeholder was not being properly displayed
in the compressed distribution version
187             and nightly builds.</li>
188         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2115">#2115</a>] Fixed
189             JavaScript (permission denied) error
in Firefox when file has been uploaded.</li>
190     </ul>
191     <h3>
192         Version
2.6</h3>
193     <p>
194         No changes. The stabilization of the
2.6 RC was completed successfully, as expected.</p>
195     <h3>
196         Version
2.6 RC</h3>
197     <p>
198         New Features and Improvements:</p>
199     <ul>
200         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2017">#2017</a>] The FCKeditorAPI.Instances
201             
object can now be used to access all FCKeditor instances available in the page.</li>
202         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1980">#1980</a>] <span
203             style=
"color: #ff0000">Attention:</span> By default, the editor now produces &lt;strong&gt;
204             and &lt;em&gt; instead of &lt;b&gt; and &lt;i&gt;.</li>
205     </ul>
206     <p>
207         Fixed Bugs:</p>
208     <ul>
209         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1924">#1924</a>] The dialog
210             close button
is now correctly positioned in IE in RTL languages.</li>
211         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1933">#1933</a>] Placeholder
212             dialog will now display the placeholder
value correctly in IE.</li>
213         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/957">#957</a>] Pressing
214             Enter or typing after a placeholder with the placeholder plugin will no longer generate
215             colored text.</li>
216         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1952">#1952</a>] Fixed
217             an issue
in FCKTools.FixCssUrls that, other than wrong, was breaking Opera.</li>
218         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1695">#1695</a>] Removed
219             Ctrl-Tab hotkey
for Source mode and allowed Ctrl-T to work in Firefox.</li>
220         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1666">#1666</a>] Fixed
221             permission denied errors during opening popup menus
in IE6 under domain relaxation
222             mode.</li>
223         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1934">#1934</a>] Fixed
224             JavaScript errors
when calling Selection.EnsureSelection() in dialogs.</li>
225         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1920">#1920</a>] Fixed
226             SSL warning message
when opening image and flash dialogs under HTTPS in IE6.</li>
227         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1955">#1955</a>] [<a
228             target=
"_blank" href="http://dev.fckeditor.net/ticket/1981">#1981</a>] [<a target="_blank"
229                 href=
"http://dev.fckeditor.net/ticket/1985">#1985</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/1989">#1989</a>]
230             Fixed XHTML source formatting errors
in non-IE browsers.</li>
231         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2000">#2000</a>] The #
232             character
is now properly encoded in file names returned by the File Browser.</li>
233         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1945">#1945</a>] New folders
234             and file names are now properly sanitized against control characters. </li>
235         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1944">#1944</a>] Backslash
236             character
is now disallowed in current folder path.</li>
237         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1055">#1055</a>] Added
238             logic to
override JavaScript errors occurring inside the editing frame due to user
239             added JavaScript code.</li>
240         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1647">#1647</a>] Hitting
241             ENTER
on list items containing block elements will now create new list item elements,
242             instead of adding further blocks to the same list item.</li>
243         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1411">#1411</a>] Label
244             only combos now
get properly grayed out when moving to source view.</li>
245         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2009">#2009</a>] Fixed
246             an important bug regarding styles removal
on styled text boundaries, introduced
247             with the
2.6 Beta 1. </li>
248         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2011">#2011</a>] Internal
249             CSS &lt;style&gt; tags
where being outputted when FullPage=true.</li>
250         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2016">#2016</a>] The Link
251             dialog now properly selects the first field
when opening it to modify mailto or
252             anchor links. This problem was also throwing an error
in IE.</li>
253         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2021">#2021</a>] The caret
254             will no longer remain behind
in the editing area when the placeholder dialog is
255             opened.</li>
256         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2024">#2024</a>] Fixed
257             JavaScript error
in IE when the user tries to open dialogs in Source mode.</li>
258         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1853">#1853</a>] Setting
259             ShiftEnterMode to p or div now works correctly
when EnterMode is br.</li>
260         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1838">#1838</a>] Fixed
261             the issue
where context menus sometimes don't disappear after selecting an option.
262         </li>
263         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2028">#2028</a>] Fixed
264             JavaScript error
when EnterMode=br and user tries to insert a page break.</li>
265         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2002">#2002</a>] Fixed
266             the issue
where the maximize editor button does not vertically expand the editing
267             area
in Firefox.</li>
268         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1842">#1842</a>] PHP integration:
269             
fixed filename encoding problems in file browser.</li>
270         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1832">#1832</a>] Calling
271             FCK.InsertHtml()
in non-IE browsers would now activate the document processor as
272             expected.</li>
273         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1998">#1998</a>] The native
274             XMLHttpRequest
class is now used in IE, whenever it is available.</li>
275         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1792">#1792</a>] In IE,
276             the browser was able to enter
in an infinite loop when working with multiple editors
277             
in the same page. </li>
278         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1948">#1948</a>] Some
279             CSS rules are reset to dialog elements to avoid conflict with the page CSS.</li>
280         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1965">#1965</a>] IE was
281             having problems with SpellerPages, causing some errors to be thrown
when completing
282             the spell checking
in some situations.</li>
283         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2042">#2042</a>] The FitWindow
284             command was throwing an error
if executed in an editor where its relative button
285             
is not present in the toolbar.</li>
286         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/922">#922</a>] Implemented
287             a generic document processor
for &lt;OBJECT&gt; and &lt;EMBED&gt; tags.</li>
288         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1831">#1831</a>] Fixed
289             the issue
where the placeholder icon for &lt;EMBED&gt; tags does not always show
290             up
in IE7.</li>
291         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2049">#2049</a>] Fixed
292             a deleted cursor CSS attribute
in the minified CSS inside fck_dialog_common.js.</li>
293         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1806">#1806</a>] In IE,
294             the caret will not any more move to the previous line
when selecting a Format style
295             inside an empty paragraph.</li>
296         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1990">#1990</a>] In IE,
297             dialogs
using API calls which deals with the selection, like InsertHtml now can
298             be sure the selection will be placed
in the correct position.</li>
299         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1997">#1997</a>] With
300             IE, the first character of table captions
where being lost on table creation.</li>
301         <li>The selection and cursor position was not being properly handled
when creating some
302             elements like forms and tables.</li>
303         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/662">#662</a>] In the
304             Perl sample files, the GetServerPath function will now calculate the path properly.</li>
305         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2208">#2208</a>] Added
306             missing translations
in Italian language file.</li>
307         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/2096">#2096</a>] Added
308             the codepage to basexml file. Filenames with special chars should now display properly.</li>
309     </ul>
310     <h3>
311         Version
2.6 Beta 1</h3>
312     <p>
313         New Features and Improvements:</p>
314     <ul>
315         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/35">#35</a>] <strong>New
316             (and cool!) floating dialog system</strong>, avoiding problems with popup blockers
317             and enhancing the editor usability.</li>
318         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1886">#1886</a>] <strong>
319             Adobe AIR</strong> compatibility.</li>
320         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/123">#123</a>] Full support
321             
for <strong>document.domain</strong> with automatic domain detection.</li>
322         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1622">#1622</a>] New <strong>
323             inline CSS cache</strong> feature, making it possible to avoid downloading the CSS
324             files
for the editing area and skins. For that, it is enough to set the EditorAreaCSS,
325             SkinEditorCSS and SkinDialogCSS to
string values in the format "/absolute/path/for/urls/|&lt;minified
326             CSS styles"
. All internal CSS links are already using this feature. </li>
327         <li>New language file
for <strong>Canadian French</strong>.</li>
328     </ul>
329     <p>
330         Fixed Bugs:</p>
331     <ul>
332         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1643">#1643</a>] Resolved
333             several
"strict warning" messages in Firefox when running FCKeditor.</li>
334         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1522">#1522</a>] The ENTER
335             key will now work properly
in IE with the cursor at the start of a formatted block.</li>
336         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1503">#1503</a>] It's
337             possible to define
in the Styles that a Style (with an empty class) must be shown
338             selected only
when no class is present in the current element, and selecting that
339             item will clear the current
class (it does apply to any attribute, not only classes).</li>
340         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/191">#191</a>] The scrollbars
341             are now being properly shown
in Firefox Mac when placing FCKeditor inside a hidden
342             div.</li>
343         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/503">#503</a>] Orphaned
344             &lt;li&gt; elements now
get properly enclosed in a &lt;ul&gt; on output.</li>
345         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/309">#309</a>] The ENTER
346             key will not any more
break &lt;button&gt; elements at the beginning of paragraphs.</li>
347         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1654">#1654</a>] The editor
348             was not loading
on a specific unknown situation. The breaking point has been removed.</li>
349         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1707">#1707</a>] The editor
350             no longer hangs
when operating on documents imported from Microsoft Word.</li>
351         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1514">#1514</a>] Floating
352             panels attached to a shared toolbar among multiple FCKeditor instances are no longer
353             misplaced
when the editing areas are absolutely or relatively positioned.</li>
354         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1715">#1715</a>] The ShowDropDialog
355             
is now enforced only when ForcePasteAsPlainText = true.</li>
356         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1336">#1336</a>] Sometimes
357             the autogrow plugin didn
't work properly in Firefox.</li>
358         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1728">#1728</a>] External
359             toolbars are now properly sized
in Opera.</li>
360         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1782">#1782</a>] Clicking
361             
on radio buttons or checkboxes in the editor in IE will no longer cause lockups
362             
in IE.</li>
363         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/805">#805</a>] The FCKConfig.Keystrokes
364             commands
where executed even if the command itself was disabled.</li>
365         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/982">#982</a>] The button
366             to empty the box
in the "Paste from Word" has been removed as it leads to confusion
367             
for some users.</li>
368         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1682">#1682</a>] Editing
369             control elements
in Firefox, Opera and Safari now works properly.</li>
370         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1613">#1613</a>] The editor
371             was surrounded
by a &lt;div&gt; element that wasn't really needed.</li>
372         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/676">#676</a>] If a form
373             control was moved
in IE after creating it, then it did lose its name.</li>
374         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/738">#738</a>] It wasn't
375             possible to change the type of an existing button.</li>
376         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1854">#1854</a>] Indentation
377             now works inside table cells.</li>
378         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1717">#1717</a>] The editor
379             was entering
on looping on some specific cases when dealing with invalid source
380             markup.</li>
381         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1530">#1530</a>] Pasting
382             text
into the "Find what" fields in the Find and Replace dialog would now activate
383             the find and replace buttons.</li>
384         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1828">#1828</a>] The Find/Replace
385             dialog will no longer display wrong starting positions
for the match when there
386             are multiple and identical characters preceding the character at the real starting
387             point of the match.</li>
388         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1878">#1878</a>] Fixed
389             a JavaScript error which occurs
in the Find/Replace dialog when the user presses
390             
"Find" or "Replace" after the "No match found" message has appeared.</li>
391         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1355">#1355</a>] Line
392             breaks and spaces are now conserved
when converting to and from the "Formatted"
393             format.</li>
394         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1670">#1670</a>] Improved
395             the background color behind smiley icons and special characters
in their corresponding
396             dialogs.</li>
397         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1693">#1693</a>] Custom
398             error messages are now properly displayed
in the file browser.</li>
399         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/970">#970</a>] The text
400             and
value fields in the selection box dialog will no longer extend beyond the dialog
401             limits
when the user inputs a very long text or value for one of the selection options.</li>
402         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/479">#479</a>] Fixed the
403             issue
where pressing Enter in an &lt;o:p&gt; tag in IE does not generate line breaks.</li>
404         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/481">#481</a>] Fixed the
405             issue
where the image preview in image dialog sometimes doesn't display after selecting
406             the image
from server browser.</li>
407         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1488">#1488</a>] PHP integration:
408             the FCKeditor
class is now more PHP5/6 friendly ("public" keyword is used instead
409             of depreciated
"var").</li>
410         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1815">#1815</a>] PHP integration:
411             removed closing tag:
"?&gt;", so no additional whitespace added when files are included.</li>
412         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1906">#1906</a>] PHP file
413             browser:
fixed problems with DetectHtml() function when open_basedir was set.</li>
414         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1871">#1871</a>] PHP file
415             browser: permissions applied with the chmod command are now configurable.</li>
416         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1872">#1872</a>] Perl
417             file browser: permissions applied with the chmod command are now configurable.</li>
418         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1873">#1873</a>] Python
419             file browser: permissions applied with the chmod command are now configurable.</li>
420         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1572">#1572</a>] ColdFusion
421             integration:
fixed issues with setting the editor height.</li>
422         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1692">#1692</a>] ColdFusion
423             file browser: it
is possible now to define TempDirectory to avoid issues with GetTempdirectory()
424             returning an empty
string.</li>
425         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1379">#1379</a>] ColdFusion
426             file browser: resolved issues with OnRequestEnd.cfm breaking the file browser.</li>
427         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1509">#1509</a>] InsertHtml()
428             
in IE will no longer turn the preceding normal whitespace into &amp;nbsp;.</li>
429         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/958">#958</a>] The AddItem
430             method now has an additional fifth parameter
"customData" that will be sent to the
431             Execute method of the command
for that menu item, allowing a single command to be
432             used
for different menu items..</li>
433         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1502">#1502</a>] The RemoveFormat
434             command now also removes the attributes
from the cleaned text. The list of attributes
435             
is configurable with FCKConfig.RemoveAttributes.</li>
436         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1596">#1596</a>] On Safari,
437             dialogs have now right-to-left layout
when it runs a RTL language, like Arabic.</li>
438         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1344">#1344</a>] Added
439             warning message
on Copy and Cut operation failure on IE due to paste permission
440             settings.</li>
441         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1868">#1868</a>] Links
442             to file browser has been changed to avoid requests containing
double dots.</li>
443         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1229">#1229</a>] Converting
444             multiple contiguous paragraphs to Formatted will now be merged
into a single &lt;PRE&gt;
445             block.</li>
446         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1627">#1627</a>] Samples
447             failed to load
from local filesystem in IE7.</li>
448     </ul>
449     <h3>
450         Version
2.5.1</h3>
451     <p>
452         New Features and Improvements:</p>
453     <ul>
454         <li><strong>FCKeditor.Net
2.5</strong> compatibility.</li>
455         <li>JavaScript integration file:
456             <ul>
457                 <li>The
new "<strong>FCKeditor.ReplaceAllTextareas</strong>" function is being introduced,
458                     making it possible to replace many (or unknown) &lt;textarea&gt; elements
in a single
459                     call. The replacement can be also filtered
by CSS class name, or by a custom function
460                     evaluator. </li>
461                 <li>It
is now possible to set the default BasePath for all editor instances by setting
462                     <strong>FCKeditor.BasePath</strong>. This
is extremely useful when working with
463                     the ReplaceAllTextareas function. </li>
464             </ul>
465         </li>
466     </ul>
467     <p>
468         Fixed Bugs:</p>
469     <ul>
470         <li>[<a href=
"http://dev.fckeditor.net/ticket/339" target="_blank">#339</a>] [<a
471             href=
"http://dev.fckeditor.net/ticket/681" target="_blank">#681</a>] The SpellerPages
472             spell checker will now completely ignore the presence of HTML tags
in the text.
473         </li>
474         <li>[<a href=
"http://dev.fckeditor.net/ticket/1643" target="_blank">#1643</a>] Resolved
475             several
"strict warning" messages in Firefox when running FCKeditor. </li>
476         <li>[<a href=
"http://dev.fckeditor.net/ticket/1603" target="_blank">#1603</a>] Certain
477             specific markup was making FCKeditor entering
in a loop, blocking its execution.
478         </li>
479         <li>[<a href=
"http://dev.fckeditor.net/ticket/1664" target="_blank">#1664</a>] The ENTER
480             key will not any more swap the order of the tags
when hit at the end of paragraphs.
481         </li>
482     </ul>
483     <h3>
484         Version
2.5</h3>
485     <p>
486         New Features and Improvements:</p>
487     <ul>
488         <li>The heading options have been moved to the top,
in the default settings for the
489             Format combo.</li>
490     </ul>
491     <p>
492         Fixed Bugs:</p>
493     <ul>
494         <li>The focus
is now correctly set when working on Safari.</li>
495         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1436">#1436</a>] Nested
496             context menu panels are now correctly closed
on Safari.</li>
497         <li>Empty anchors are now properly created
on Safari.</li>
498         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1359">#1359</a>] FCKeditor
499             will no longer produce the strange visual effect of creating a selected space and
500             then deleting it
in Internet Explorer.</li>
501         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1399">#1399</a>] Removed
502             the empty entry
in the language selection box of sample03.html.</li>
503         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1400">#1400</a>] Fixed
504             the issue
where the style selection box in sample14.html is not context sensitive.</li>
505         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1401">#1401</a>] Completed
506             Hebrew translation of the user
interface.</li>
507         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1409">#1409</a>] Completed
508             Finnish translation of the user
interface.</li>
509         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1414">#1414</a>] Fixed
510             the issue
where entity code words written inside a &lt;pre&gt; block in Source mode
511             are not converted to the corresponding characters after switching back to editor
512             mode.</li>
513         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1418">#1418</a>] Fixed
514             the issue
where a detached toolbar would flicker when FCKeditor is being loaded.</li>
515         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1419">#1419</a>] Fixed
516             the issue
where pressing Delete in the middle of two lists would incorrectly move
517             contents after the lists to the character position.</li>
518         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1420">#1420</a>] Fixed
519             the issue
where empty list items can become collapsed and uneditable when it has
520             one of more indented list items directly under it. </li>
521         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1431">#1431</a>] Fixed
522             the issue
where pressing Enter in a &lt;pre&gt; block in Internet Explorer would
523             move the caret one space forward instead of sending it to the next line.</li>
524         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1472">#1472</a>] Completed
525             Arabic translation of the user
interface.</li>
526         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1474">#1474</a>] Fixed
527             the issue
where reloading a page containing FCKeditor may provoke JavaScript errors
528             
in Internet Explorer.</li>
529         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1478">#1478</a>] Fixed
530             the issue
where parsing fckstyles.xml fails if the file contains no &lt;style&gt;
531             nodes.</li>
532         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1491">#1491</a>] Fixed
533             the issue
where FCKeditor causes the selection to include an "end of line" character
534             
in list items even though the list item is empty.</li>
535         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1496">#1496</a>] Fixed
536             the issue
where attributes under &lt;area&gt; and &lt;map&gt; nodes are destroyed
537             or left unprotected
when switching to and from Source mode.</li>
538         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1500">#1500</a>] Fixed
539             the issue
where the function _FCK_PaddingNodeListener() is called excessively which
540             negatively affects performance.</li>
541         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1514">#1514</a>] Fixed
542             the issue
where floating menus are incorrectly positioned when the toolbar or the
543             editor frame are not
static positioned.</li>
544         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1518">#1518</a>] Fixed
545             the issue
where excessive &lt;BR&gt; nodes are not removed after a paragraph is
546             split
when creating lists.</li>
547         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1521">#1521</a>] Fixed
548             JavaScript error and erratic behavior of the Replace dialog.</li>
549         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1524">#1524</a>] Fixed
550             the issue
where the caret jumps to the beginning or end of a list block and when
551             user
is trying to select the end of a list item.</li>
552         <li>Completed Simplified Chinese translation of the user
interface.</li>
553         <li>Completed Estonian translation of the user
interface.</li>
554         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1406">#1406</a>] Editor
555             was always
"dirty" if flash is available in the contents.</li>
556         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1561">#1561</a>] Non standard
557             elements are now properly applied
if defined in the styles XML file.</li>
558         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1412">#1412</a>] The _QuickUploadLanguage
559             
value is now work properly for Perl.</li>
560         <li>Several compatibility fixes
for Firefox 3 (Beta 1):
561             <ul>
562                 <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1558">#1558</a>] Nested
563                     context menu close properly
when one of their options is selected.</li>
564                 <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1556">#1556</a>] Dialogs
565                     contents are now showing completely, without scrollbar.</li>
566                 <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1559">#1559</a>] It is
567                     not possible to have more than one panel opened at the same time.</li>
568                 <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1554">#1554</a>] Links
569                     now
get underlined.</li>
570                 <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1557">#1557</a>] The "Automatic"
571                     and
"More colors..." buttons were improperly styled in the color selector panels
572                     (Opera too).</li>
573                 <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1462">#1462</a>] The enter
574                     key will not any more scroll the main window.</li>
575             </ul>
576         </li>
577         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1562">#1562</a>] Fixed
578             the issue
where empty paragraphs are added around page breaks each time the user
579             switches to Source mode.</li>
580         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1578">#1578</a>] The editor
581             will now scroll correctly
when hitting enter in front of a paragraph.</li>
582         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1579">#1579</a>] Fixed
583             the issue
where the create table and table properties dialogs are too narrow for
584             certain translations.</li>
585         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1580">#1580</a>] Completed
586             Polish translation of the user
interface.</li>
587         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1591">#1591</a>] Fixed
588             JavaScript error
when using the blockquote command in an empty document in IE.</li>
589         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1592">#1592</a>] Fixed
590             the issue
where attempting to remove a blockquote with an empty paragraph would
591             leave behind an empty blockquote IE.</li>
592         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1594">#1594</a>] Undo/Redo
593             will now work properly
for the color selectors.</li>
594         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1597">#1597</a>] The color
595             boxes are now properly rendered
in the color selector panels on sample14.html.</li>
596     </ul>
597     <h3>
598         Version
2.5 Beta</h3>
599     <p>
600         New Features and Improvements:</p>
601     <ul>
602         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/624">#624</a>] [<a
603             target=
"_blank" href="http://dev.fckeditor.net/ticket/634">#634</a>] [<a target="_blank"
604                 href=
"http://dev.fckeditor.net/ticket/1300">#1300</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/1301">#1301</a>]
605             Official compatibility support with <strong>Opera
9.50</strong> and <strong>Safari 3</strong>
606             (WebKit based browsers actually). These browsers are still
in Beta, but we are confident
607             that we
'll have amazing results as soon as they get stable. We are continuously
608             collaborating with Opera Software and Apple to bring a wonderful FCKeditor experience
609             over their browser platforms.</li>
610         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/494">#494</a>] Introduced
611             the <strong>
new Style System</strong>. We are not anymore relaying on browser features
612             to apply and
remove styles, which guarantees that the editor will <strong>behave in
613                 the same way
in all browsers</strong>. It is an incredibly flexible system,
614             which aims to fit all developer
's needs, from Flash content or HTML4 to XHTML 1.0
615             Strict or XHTML
1.1:
616             <ul>
617                 <li>All basic formatting features, like Bold and Italic, can be precisely controlled
618                     
by using the configuration file (<b>CoreStyles</b> setting). It means that now,
619                     the Bold button,
for example, can produce &lt;b&gt;, &lt;strong&gt;, &lt;span class...&gt;,
620                     &lt;span style...&gt; or anything the developer prefers.</li>
621                 <li>Again with the <b>CoreStyles</b> setting, each block format, font, size, and even
622                     the color pickers can precisely reflect end developer
's needs.</li>
623                 <li>Because of the above changes, font sizes are much more flexible. <b>Any kind of
624                     font unit</b> can be used, including a mix of units.</li>
625                 <li>All styles, including toolbar bottom styles, are precisely controlled
when being
626                     applied to the document. FCKeditor uses an element table derived
from the <b>W3C XHTML
627                         DTDs</b> to precisely create the elements, guarantee standards compliant code.</li>
628                 <li><b>No more &lt;font&gt; tags</b>... well... actually, the system
is so flexible
629                     that it
is up to you to use them or not.</li>
630                 <li>It
is possible to configure FCKeditor to produce a truly <b>semantic aware </b>and<b>
631                     XHTML
1.1 compliant </b>code. Check out sample14.html.</li>
632                 <li>It
's also possible to precisely control which inline elements must be removed with
633                     the &quot;Remove All&quot; button,
by using the &quot;<b>RemoveFormatTags</b>&quot;
634                     setting.</li>
635                 <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1231">#1231</a>] [<a
636                     target=
"_blank" href="http://dev.fckeditor.net/ticket/160">#160</a>] Paragraph <b>indentation</b>
637                     and <b>justification</b> now uses style attributes and don
't create unnecessary
638                     elements, and &lt;blockquote&gt;
is not anymore used for it. Now, even CSS classes
639                     can be used to indent or align text.</li>
640                 <li>All paragraph formatting features work well
when EnterMode=br.</li>
641                 <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/172">#172</a>] All paragraph
642                     formatting features work well
when list items too.</li>
643             </ul>
644         </li>
645         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1197">#1197</a>] [<a
646             target=
"_blank" href="http://dev.fckeditor.net/ticket/132">#132</a>] The toolbar
647             now presents a <strong>
new button for Blockquote</strong>. The indentation button
648             will not anymore be used
for that.</li>
649         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/125">#125</a>] Table's
650             <strong>columns size can now be changed
by dragging on cell borders</strong>, with
651             the
"dragresizetable" plugin. </li>
652         <li>The EditorAreaCSS config option can now also be
set to a string of paths separated
653             
by commas.</li>
654         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/212">#212</a>] New "<strong>Show
655             Blocks</strong>"
command button in toolbar to show block details in the editing
656             area. </li>
657         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/915">#915</a>] The <strong>
658             undo/redo system has been revamped</strong> to work the same across Internet Explorer
659             and Gecko-based browsers (e.g. Firefox). A number of critical bugs
in the undo/redo
660             system are also
fixed. </li>
661         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/194">#194</a>] The editor
662             now uses the <strong>Data Processor</strong> technology, which makes it possible
663             to handle different input formats. A sample of it may be found at
"editor/plugins/bbcode/_sample",
664             that shows some simple BBCode support. </li>
665         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/145">#145</a>] The "htaccess.txt"
666             file has been renamed to
".htaccess" as it doesn't bring security concerns, being
667             active
out of the box.</li>
668         <li>File Browser and Quick Upload changes:
669             <ul>
670                 <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/163">#163</a>] <span
671                     style=
"color: #ff0000"><strong>Attention:</strong></span> The default connector
672                     
in fckconfig.js has been changed from ASP to PHP. If you are using ASP remember
673                     to change the _FileBrowserLanguage and _QuickUploadLanguage settings
in your fckconfig.js.
674                     [<a target=
"_blank" href="http://dev.fckeditor.net/ticket/454">#454</a>] The file
675                     browser and upload connectors have been unified so they can reuse the same configuration
676                     settings.</li>
677                 <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/865">#865</a>] The ASP
678                     and PHP connectors have been improved so it
's easy to select the location of the
679                     destination folder
for each file type, and it's no longer necessary to use the "file",
680                     
"image", "flash" subfolders<br />
681                     <span style=
"color: #ff0000"><strong>Attention:</strong></span> The location of
682                     all the connectors have been changed
in the fckconfig.js file. Please check your
683                     settings to match the current ones. Also review carefully the config file
for your
684                     server language. </li>
685                 <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/688">#688</a>] Now the
686                     Perl quick upload
is available. </li>
687                 <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/575">#575</a>] The Python
688                     connector has been rewritten
as a WSGI app to be fully compatible with the latest
689                     python frameworks and servers. The QuickUpload feature has been added
as well as
690                     all the features available
in the PHP connector. Thanks to Mariano Reingart.</li>
691                 <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/561">#561</a>] The ASP
692                     connector provides an AbsolutePath setting so it
's possible to set the url to a
693                     full domain or a relative path and specify that way the physical folder
where the
694                     files are stored..</li>
695                 <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/333">#333</a>] The Quick
696                     Upload now can use the same ServerPath parameter
as the full connector.</li>
697                 <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/199">#199</a>] The AllowedCommands
698                     configuration setting
is available in the asp and php connectors so it's possible
699                     to disallow the upload of files (although the
"select file" button will still be
700                     available
in the file browser).</li>
701             </ul>
702         </li>
703         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/100">#100</a>] A new configuration
704             directive
"FCKConfig.EditorAreaStyles" has been implemented to allow setting editing
705             area styles
from JavaScript. </li>
706         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/102">#102</a>] HTML code
707             generated
by the "Paste As Plain Text" feature now obeys the EnterMode setting.</li>
708         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1266">#1266</a>] Introducing
709             the HtmlEncodeOutput setting to instruct the editor to HTML-encode some characters
710             (&amp;, &lt; and &gt;)
in the posted data.</li>
711         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/357">#357</a>] Added a
712             
"Remove Anchor" option in the context menu for anchors. </li>
713         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1060">#1060</a>] Compatibility
714             checks with Firefox
3.0 Alpha. </li>
715         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/817">#817</a>] [<a
716             target=
"_blank" href="http://dev.fckeditor.net/ticket/1077">#1077</a>] New "Merge
717             Down/Right"
commands for merging tables cells in non-Gecko browsers.</li>
718         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1288">#1288</a>] The "More
719             Colors..."
button in color selector popup has been made optional and configurable
720             
by the <strong>EnableMoreFontColors</strong> option. </li>
721         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/356">#356</a>] The <strong>
722             Find and Replace</strong> dialogs are now unified
into a single dialog with tabs.</li>
723         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/549">#549</a>] Added a
724             
'None' option to the FCKConfig.ToolbarLocation option to allow for hidden toolbars.
725         </li>
726         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1313">#1313</a>] An XHTML
727             
1.1 target editor sample has been created as sample14.html. </li>
728         <li>The ASP, ColdFusion and PHP integration have been aligned to our standards.</li>
729     </ul>
730     <p>
731         Fixed Bugs:</p>
732     <ul>
733         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/71">#71</a>] [<a target="_blank"
734             href=
"http://dev.fckeditor.net/ticket/243">#243</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/267">#267</a>]
735             The editor now takes care to not create invalid nested block elements, like creating
736             &lt;form&gt; or &lt;hr&gt; inside &lt;p&gt;. &nbsp;</li>
737         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1511298&group_id=75348&atid=543655">SF
738             Patch
1511298</a>] The CF Component failed on CFMX 6.0</li>
739         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/639">#639</a>] If the
740             FCKConfig.DefaultLinkTarget setting was missing
in fckconfig.js the links has target="undefined".</li>
741         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/497">#497</a>] Fixed EMBED
742             attributes handling
in IE.</li>
743         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1315722&group_id=75348&atid=543655">SF
744             Patch
1315722</a>] Avoid getting a cached version of the folder contents after uploading
745             a file</li>
746         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1386086&group_id=75348&atid=543655">SF
747             Patch
1386086</a>] The php connector has been protected so mkdir doesn't fail if
748             there are
double slashes.</li>
749         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/943">#943</a>] The PHP
750             connector now specifies that the included files are relative to the current path.</li>
751         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/560">#560</a>] The PHP
752             connector will work better
if the connector or the userfiles folder is a symlink.</li>
753         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/784">#784</a>] Fixed a
754             non initialized $php_errormsg
in the PHP connector.</li>
755         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/802">#802</a>] The replace
756             dialog will now advance its searching position correctly and
is able to search for
757             strings spanning across multiple inline tags.</li>
758         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/944">#944</a>] The _samples
759             didn
't work directly from the Mac filesystem.</li>
760         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/946">#946</a>] Toolbar
761             images didn
't show in non-IE browsers if the path contained a space.</li>
762         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/291">#291</a>] [<a
763             target=
"_blank" href="http://dev.fckeditor.net/ticket/395">#395</a>] [<a target="_blank"
764                 href=
"http://dev.fckeditor.net/ticket/932">#932</a>] Clicking outside the editor
765             it was possible to paste or apply formatting to the rest of the page
in IE.</li>
766         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/137">#137</a>] Fixed FCKConfig.TabSpaces
767             being ignored, and weird behaviors
when pressing tab in edit source mode.</li>
768         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/268">#268</a>] Fixed special
769             XHTML characters present
in event attribute values being converted inappropriately
770             
when switching to source view.</li>
771         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/272">#272</a>] The toolbar
772             was cut sometimes
in IE to just one row if there are multiple instances of the editor.</li>
773         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/515">#515</a>] Tables
774             
in Firefox didn't inherit font styles properly in Standards mode.</li>
775         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/321">#321</a>] If FCKeditor
776             
is initially hidden in Firefox it will no longer be necessary to call the oEditor.MakeEditable()
777             function.</li>
778         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/299">#299</a>] The 'Browse
779             Server
' button in the Image and Flash dialogs was a little too high.</li>
780         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/931">#931</a>] The BodyId
781             and BodyClass configuration settings weren
't applied in the preview window.</li>
782         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/583">#583</a>] The "noWrap"
783             attribute
for table cells was getting an empty value in Firefox. Thanks to geirhelge.</li>
784         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/141">#141</a>] Fixed incorrect
785             startup focus
in Internet Explorer after page reloads. </li>
786         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/143">#143</a>] Fixed browser
787             lockup
when the user writes &lt;!--{PS..x}&gt; into the editor in source mode. </li>
788         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/174">#174</a>] Fixed incorrect
789             positioning of FCKeditor
in full screen mode. </li>
790         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/978">#978</a>] Fixed a
791             SpellerPages error with ColdFusion
when no suggestions where available for a word.</li>
792         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/977">#977</a>] The "shape"
793             attribute of &lt;area&gt; had its
value changed to uppercase in IE.</li>
794         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/996">#996</a>] "OnPaste"
795             
event listeners will now get executed only once.</li>
796         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/289">#289</a>] Removed
797             debugging popups
from page load regarding JavaScript and CSS loading errors.</li>
798         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/328">#328</a>] [<a
799             target=
"_blank" href="http://dev.fckeditor.net/ticket/346">#346</a>] [<a target="_blank"
800                 href=
"http://dev.fckeditor.net/ticket/404">#404</a>] Fixed a number of problems
801             regarding &lt;pre&gt; blocks:
802             <ol>
803                 <li>Leading whitespaces and line breaks
in &lt;pre&gt; blocks are trimmed when the user
804                     switches between editor mode and source mode;</li>
805                 <li>Pressing Enter inside a &lt;pre&gt; block would split the block
into two, but the
806                     expected behavior
is simply inserting a line break;</li>
807                 <li>Simple line breaks inside &lt;pre&gt; blocks entered
in source mode are being turned
808                     
into &lt;br&gt; tags when the user switches to editor mode and back.</li>
809             </ol>
810         </li>
811         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/581">#581</a>] Fixed the
812             issue
where the "Maximize the editor size" toolbar button stops working if any of
813             the following occurs:
814             <ol>
815                 <li>There exists a form input whose name or id
is "style" in FCKeditor's host form;</li>
816                 <li>There exists a form input whose name or id
is "className" in FCKeditor's host form;</li>
817                 <li>There exists a form and a form input whose name of id
is "style" in the editing
818                     frame.</li>
819             </ol>
820         </li>
821         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/183">#183</a>] Fixed the
822             issue
when FCKeditor is being executed in a custom application with the WebBrowser
823             ActiveX control, hiding the WebBrowser control would incorrectly invoke FCKeditor
's
824             cleanup routines, causing FCKeditor to stop working.</li>
825         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/539">#539</a>] Fixed the
826             issue
where right clicking on a table inside the editing frame in Firefox would
827             cause the editor the scroll to the top of the document.</li>
828         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/523">#523</a>] Fixed the
829             issue
where, under certain circumstances, FCKeditor would obtain focus at startup
830             even though FCKConfig.StartupFocus
is set to false. </li>
831         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/393">#393</a>] Fixed the
832             issue
where if an inline tag is at the end of the document, the user would have
833             no way of escaping
from the inline tag if he continues typing at the end of the
834             document. FCKeditor
's behaviors regarding inline tags has been made to be more like
835             MS Word
's:
836             <ol>
837                 <li>If the caret
is moved to the end of a hyperlink by the keyboard, then hyperlink
838                     mode
is disabled. </li>
839                 <li>If the caret
is moved to the end of other styled inline tags by any key other than
840                     the End key (like bold text or italic text), the original bold/italic/... modes
841                     would
continue to be effective. </li>
842                 <li>If the caret
is moved to the end of other styled inline tags by the End key, all
843                     style tag modes (e.g. bold, italic, underline, etc.) would be canceled. This
is
844                     not consistent with MS Word, but provides a convenient way
for the user to escape
845                     the inline tag at the end of a line.</li>
846             </ol>
847         </li>
848         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/338">#338</a>] Fixed the
849             issue
where the configuration directive FCKConfig.ForcePasteAsPlainText is ignored
850             
when new contents are pasted into the editor via drag-and drop from outside of the
851             editor. </li>
852         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1026">#1026</a>] Fixed
853             the issue
where the cursor or selection positions are not restored with undo/redo
854             commands correctly
in IE, under some circumstances. </li>
855         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1160">#1160</a>] [<a
856             target=
"_blank" href="http://dev.fckeditor.net/ticket/1184">#1184</a>] Home, End
857             and Tab keys are working properly
for numeric fields in dialogs. </li>
858         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/68">#68</a>] The style
859             system now properly handles Format styles
when EnterMode=br.</li>
860         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/525">#525</a>] The union
861             of successive DIVs will work properly now
if EnterMode!=div.</li>
862         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1227">#1227</a>] The color
863             commands used an unnecessary temporary variable. Thanks to Matthias Miller</li>
864         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/67">#67</a>] [<a target="_blank"
865             href=
"http://dev.fckeditor.net/ticket/277">#277</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/427">#427</a>]
866             [<a target=
"_blank" href="http://dev.fckeditor.net/ticket/428">#428</a>] [<a target="_blank"
867                 href=
"http://dev.fckeditor.net/ticket/965">#965</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/1178">#1178</a>]
868             [<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1267">#1267</a>] The list
869             insertion/removal/indent/outdent logic
in FCKeditor has been rewritten, such that:
870             <ol>
871                 <li>Text separated
by &lt;br&gt; will always be treated as separate items during list
872                     insertion regardless of browser;</li>
873                 <li>List removal will now always obey the FCKConfig.EnterMode setting;</li>
874                 <li>List indentation will be XHTML
1.1 compliant - all child elements under an &lt;ol&gt;
875                     or &lt;ul&gt; must be &lt;li&gt; nodes;</li>
876                 <li>IE editor hacks like &lt;ul type=&quot;
1&quot;&gt; will no longer appear;</li>
877                 <li>Excessive &lt;div&gt; nodes are no longer inserted
into list items due to alignment
878                     changes.</li>
879             </ol>
880         </li>
881         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/205">#205</a>] Fixed the
882             issue
where visible &lt;br&gt; tags at the end of paragraphs are incorrectly removed
883             after switching to and
from source mode.</li>
884         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1050">#1050</a>] Fixed
885             a minor PHP/XML incompatibility bug
in editor/dialog/fck_docprops.html.</li>
886         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/462">#462</a>] Fixed an
887             algorithm bug
in switching from source mode to WYSIWYG mode which causes the browser
888             to spin up and freeze
for broken HTML code inputs.</li>
889         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1019">#1019</a>] Table
890             command buttons are now disabled
when the current selection is not inside a table.</li>
891         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/135">#135</a>] Fixed the
892             issue
where context menus are misplaced in FCKeditor when FCKeditor is created inside
893             a &lt;div&gt; node with scrolling. </li>
894         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1067">#1067</a>] Fixed
895             the issue
where context menus are misplaced in Safari when FCKeditor is scrolled
896             down.</li>
897         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1081">#1081</a>] Fixed
898             the issue
where undoing table deletion in IE7 would cause JavaScript errors.</li>
899         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1061">#1061</a>] Fixed
900             the issue
where backspace and delete cannot delete special characters in Firefox
901             under some circumstances.</li>
902         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/403">#403</a>] Fixed the
903             issue
where switching to and from source mode in full page mode under IE would add
904             excessive line breaks to &lt;style&gt; blocks.</li>
905         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/121">#121</a>] Fixed the
906             issue
where maximizing FCKeditor inside a frameset would resize FCKeditor to the
907             whole window
's size instead of just the container frame's size.</li>
908         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1093">#1093</a>] Fixed
909             the issue
where pressing Enter inside an inline tag would not create a new paragraph
910             correctly.</li>
911         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1089">#1089</a>] Fixed
912             the issue
where pressing Enter inside a &lt;pre&gt; block do not generate visible
913             line breaks
in IE.</li>
914         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/332">#332</a>] Hitting
915             Enter
when the caret is at the end of a hyperlink will no longer continue the link
916             at the
new paragraph.</li>
917         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1121">#1121</a>] Hitting
918             Enter with FCKConfig.EnterMode=br will now scroll the document correctly
when the
919             
new lines have exceeded the lower boundary of the editor frame.</li>
920         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1063">#1063</a>] [<a
921             target=
"_blank" href="http://dev.fckeditor.net/ticket/1084">#1084</a>] [<a target="_blank"
922                 href=
"http://dev.fckeditor.net/ticket/1092">#1092</a>] Fixed a few Norwegian
923             language translation errors.</li>
924         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1148">#1148</a>] Fixed
925             the issue
where the &quot;Automatic&quot; and &quot;More Colors...&quot; buttons
926             
in the color selection panel are not centered in Safari.</li>
927         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1187">#1187</a>] Fixed
928             the issue
where the &quot;Paste as plain text&quot; command cannot be undone in
929             non-IE browsers.</li>
930         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1222">#1222</a>] Ctrl-Backspace
931             operations will now save undo snapshots
in all browsers.</li>
932         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1223">#1223</a>] Fixed
933             the issue
where the insert link dialog would save multiple undo snapshots for a
934             single operation.</li>
935         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/247">#247</a>] Fixed the
936             issue
where deleting everything in the document in IE would create an empty &lt;p&gt;
937             block
in the document regardless of EnterMode setting. </li>
938         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1280">#1280</a>] Fixed
939             the issue
where opening a combo box will cause the editor frames to lose focus when
940             there are multiple editors
in the same document.</li>
941         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/363">#363</a>] Fixed the
942             issue
where the Find dialog does not work under Opera.</li>
943         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/50">#50</a>] Fixed the
944             issue
where the Paste button is always disabled in Safari.</li>
945         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/389">#389</a>] Pasting
946             text with comments
from Word won't generate errors in IE, thanks to the idea from
947             Swift.</li>
948         <li>The pasting area
in the Paste from Word dialog is focused on initial load</li>
949         <li>Some fixes related to html comment handling
in the Word clean up routine</li>
950         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1303">#1303</a>] &lt;col&gt;
951             
is correctly treated as an empty element.</li>
952         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/969">#969</a>] Removed
953             unused files (fcknumericfield.htc and moz-bindings.xml).</li>
954         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1166">#1166</a>] Fixed
955             the issue
where &lt;meta&gt; tags are incorrectly outputted with closing tags in
956             full page mode.</li>
957         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1200">#1200</a>] Fixed
958             the issue
where context menus sometimes disappear prematurely before the user can
959             click
on any items in Opera.</li>
960         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1315">#1315</a>] Fixed
961             the issue
where the source view text area in Safari is displayed with an excessive
962             blue border.</li>
963         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1201">#1201</a>] Fixed
964             the issue
where hitting Backspace or Delete inside a table cell deletes the table
965             cell instead of its contents
in Opera.</li>
966         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1311">#1311</a>] Fixed
967             the issue
where undoing and redoing a special character insertion would send the
968             caret to incorrect positions. (e.g. the beginning of document)</li>
969         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/923">#923</a>] Font colors
970             are now properly applied
on links.</li>
971         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1316">#1316</a>] Fixed
972             the issue
where the image dialog expands to a size too big in Safari.</li>
973         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/1306">#1306</a>] [<a
974             target=
"_blank" href="http://dev.fckeditor.net/ticket/894">#894</a>] The undo system
975             can now undo text formatting steps like setting fonts to bold and italic.</li>
976         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/95">#95</a>] Fixed the
977             issue
where FCKeditor breaks &lt;meta&gt; tags in full page mode in some circumstances.</li>
978         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/175">#175</a>] Fixed the
979             issue
where entering an email address with a '%' sign in the insert link dialog
980             would cause JavaScript error.</li>
981         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/180">#180</a>] Improved
982             backward compatibility with older PHP versions. FCKeditor can now work with PHP
983             versions down to
4.0.</li>
984         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/192">#192</a>] Document
985             modifying actions
from the FCKeditor JavaScript API will now save undo steps.</li>
986         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/246">#246</a>] Using text
987             formatting commands
in EnterMode=div will no longer cause tags to randomly disappear.</li>
988         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/327">#327</a>] It is no
989             longer possible
for the browser's back action to misfire when a user presses backspace
990             
while an image is being selected in FCKeditor.</li>
991         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/362">#362</a>] Ctrl-Backspace
992             now works
in FCKeditor.</li>
993         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/390">#390</a>] Text alignment
994             and justification commands now respects EnterMode=br paragraph rules.</li>
995         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/534">#534</a>] Pressing
996             Ctrl-End
while the document contains a list towards the end will no longer make
997             the cursor disappear.</li>
998         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/906">#906</a>] It is now
999             possible to have XHTML
1.0 Strict compliant output from a document pasted from Word.</li>
1000         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/929">#929</a>] Pressing
1001             the Enter key will now produce an undo step.</li>
1002         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/934">#934</a>] Fixed the
1003             
"Cannot execute code from a freed script" error in IE from editor dialogs.</li>
1004         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/942">#942</a>] Server
1005             based spell checking with ColdFusion integration no longer breaks fir non en_US
1006             languages.</li>
1007         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/942">#1056</a>] Deleting
1008             everything
in the editor document and moving the cursor around will no longer leave
1009             the cursor hanging beyond the top of the editor document.</li>
1010     </ul>
1011     <p>
1012         # This version has been <a href=
"http://dev.fckeditor.net/wiki/SD/COE">partially sponsored</a>
1013         
by the <a href="http://www.coe.int/">Council of Europe</a>.
1014     </p>
1015     <h3>
1016         Version
2.4.3</h3>
1017     <p>
1018         New Features and Improvements:</p>
1019     <ul>
1020         <li>It
is now possible to set the default target when creating links, with the new "<strong>DefaultLinkTarget</strong>"
1021             setting. </li>
1022         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/436">#436</a>] The new
1023             
"<strong>FirefoxSpellChecker</strong>" setting is available, to enable/disable the
1024             Firefox built-
in spellchecker while typing. Even if word suggestions will not appear
1025             
in the FCKeditor context menu, this feature is useful to quickly identify misspelled
1026             words.</li>
1027         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/311">#311</a>] The new
1028             
"<strong>BrowserContextMenuOnCtrl</strong>" setting is being introduced, to enable/disable
1029             the ability of displaying the
default browser's context menu when right-clicking
1030             with the CTRL key pressed.</li>
1031     </ul>
1032     <p>
1033         Fixed Bugs:</p>
1034     <ul>
1035         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/300">#300</a>] The fck_internal.css
1036             file was not validating with the W3C CSS Validation Service.</li>
1037         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/336">#336</a>] Ordered
1038             list didn
't keep the Type attribute properly (it was converted to lowercase when
1039             the properties dialog was opened again).</li>
1040         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/318">#318</a>] Multiple
1041             linked images are merged
in a single link in IE.</li>
1042         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/350">#350</a>] The &lt;marquee&gt;
1043             element will no longer append unwanted &lt;p&gt;&amp;nbsp;&lt;/p&gt; to the code.</li>
1044         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/351">#351</a>] The content
1045             was being lost
for images or comments only HTML inserted directly in the editor
1046             source or loaded
in the editor.</li>
1047         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/388">#388</a>] Creating
1048             links
in lines separated by &lt;br&gt; in IE can lead to a merge of the links.</li>
1049         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/325">#325</a>] Calling
1050             the GetXHTML can distort visually the rendering
in Firefox.</li>
1051         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/391">#391</a>] When ToolbarLocation=Out,
1052             a
"Security Warning" alert was being shown in IE if under https. Thanks to reister.</li>
1053         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/360">#360</a>] Form "name"
1054             was being
set to "[object]" if it contained an element with id="name".</li>
1055         <li>Fixed a type that was breaking the ColdFusion SpellerPages integration file
when
1056             no spelling errors were found.</li>
1057         <li>The ColdFusion SpellerPages integration was not working it Aspell was installed
1058             
in a directory with spaces in the name.</li>
1059         <li>Added option to SpellerPages to ignore
"alt" attributes.</li>
1060         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/451">#451</a>] Classes
1061             
for images in IE didn't take effect immediately.</li>
1062         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/430">#430</a>] Links with
1063             a
class did generate a span in Firefox when removing them.</li>
1064         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/274">#274</a>] The PHP
1065             quick upload still tried to use the uppercased types instead of the lowercased ones.
1066         </li>
1067         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/416">#416</a>] The PHP
1068             quick upload didn
't check for the existence of the folder before saving.</li>
1069         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/467">#467</a>] If InsertHtml
1070             was called
in IE with a comment (or any protected source at the beginning) it was
1071             lost.</li>
1072         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1518766&group_id=75348&atid=543653">SF
1073             BUG-
1518766</a>] Mozilla 1.7.13 wasn't recognized properly as an old Gecko engine.</li>
1074         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/324">#324</a>] Improperly
1075             nested tags could lead to a crash
in IE.</li>
1076         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/455">#455</a>] Files and
1077             folders with non-ANSI names were returned with a
double UTF-8 encoding in the PHP
1078             File Manager.</li>
1079         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/273">#273</a>] The extensions
1080             
"sh", "shtml", "shtm" and "phtm" have been added to the list of denied extensions
1081             
on upload.</li>
1082         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/453">#453</a>] No more
1083             errors
when hitting del inside an empty table cell.</li>
1084         <li>The perl connector cgi file has been changed to Unix line endings.</li>
1085         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/202">#202</a>] Regression:
1086             The HR tag will not anymore
break the contents loaded in the editor. </li>
1087         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/508">#508</a>] The HR
1088             command had a typo.</li>
1089         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/505">#505</a>] Regression:
1090             IE crashed
if a table caption was deleted.</li>
1091         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/82">#82</a>] [<a target="_blank"
1092             href=
"http://dev.fckeditor.net/ticket/359">#359</a>] &lt;object&gt; and &lt;embed&gt;
1093             tags are not anymore lost
in IE.</li>
1094         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/493">#493</a>] If the
1095             containing form had a button named
"submit" the "Save" command didn't work in Firefox.</li>
1096         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/414">#414</a>] If tracing
1097             was globally enabled
in Asp.Net 2.0 then the Asp.Net connector did fail.</li>
1098         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/520">#520</a>] The "Select
1099             Field"
properties dialog was not correctly handling select options with &amp;, &lt;
1100             and &gt;.</li>
1101         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/258">#258</a>] The Asp
1102             integration didn
't pass boolean values in English, using instead the locale of the
1103             server and failing.</li>
1104         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/487">#487</a>] If an image
1105             with dimensions
set as styles was opened with the image manager and then the dialog
1106             was canceled the dimensions
in the style were lost.</li>
1107         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/220">#220</a>] The creation
1108             of links or anchors
in a selection that results on more than a single link created
1109             will not anymore leave temporary links
in the source. All links will be defined
1110             
as expected.</li>
1111         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/220">#182</a>] [<a
1112             target=
"_blank" href="http://dev.fckeditor.net/ticket/220">#261</a>] [<a target="_blank"
1113                 href=
"http://dev.fckeditor.net/ticket/220">#511</a>] Special characters, like
1114             percent signs or accented chars, and spaces are now correctly returned
by the File
1115             Browser.</li>
1116         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/281">#281</a>] Custom
1117             toolbar buttons now render correctly
in all skins.</li>
1118         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/527">#527</a>] If the
1119             configuration
for a toolbar isn't fully valid, try to keep on parsing it.</li>
1120         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/187">#187</a>] [<a
1121             target=
"_blank" href="http://dev.fckeditor.net/ticket/435">#435</a>] [<a target="_blank"
1122                 href=
"https://sourceforge.net/tracker/?func=detail&aid=1612978&group_id=75348&atid=543653">SF
1123                 BUG-
1612978</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1163511&group_id=75348&atid=543653">SF
1124                     BUG-
1163511</a>] Updated the configuration options in the ColdFusion integration
1125             files.</li>
1126         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1726781&group_id=75348&atid=543655">SF
1127             Patch-
1726781</a>] Updated the upload class for asp to handle large files and other
1128             data
in the forms. Thanks to NetRube.</li>
1129         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/225">#225</a>] With ColdFusion,
1130             the target directory
is now being automatically created if needed when "quick uploading".
1131             Thanks to sirmeili.</li>
1132         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/295">#295</a>] [<a
1133             target=
"_blank" href="http://dev.fckeditor.net/ticket/510">#510</a>] Corrected some
1134             path resolution issues with the File Browser connector
for ColdFusion.</li>
1135         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/239">#239</a>] The &lt;xml&gt;
1136             tag will not anymore cause troubles.</li>
1137         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1721787&group_id=75348&atid=543653">SF
1138             BUG-
1721787</a>] If the editor is run from a virtual dir, the PHP connector will
1139             detect that and avoid generating a wrong folder.</li>
1140         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/431">#431</a>] PHP: The
1141             File Browser now displays an error message
when it is not able to create the configured
1142             target directory
for files (instead of sending broken XML responses).</li>
1143     </ul>
1144     <h3>
1145         Version
2.4.2</h3>
1146     <p>
1147         Fixed Bugs:</p>
1148     <ul>
1149         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/279">#279</a>] The UTF-8
1150             BOM was being included
in the wrong files, affecting mainly PHP installations.</li>
1151     </ul>
1152     <h3>
1153         Version
2.4.1</h3>
1154     <p>
1155         New Features and Improvements:</p>
1156     <ul>
1157         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/118">#118</a>] The SelectAll
1158             command now
is available in Source Mode.</li>
1159         <li>The
new open source FCKpackager sub-project is now available. It replaces the FCKeditor.Packager
1160             software to compact the editor source.</li>
1161         <li>With Firefox,
if a paste execution is blocked by the browser security settings,
1162             the
new "Paste" popup is shown to the user to complete the pasting operation. </li>
1163     </ul>
1164     <p>
1165         Fixed Bugs:</p>
1166     <ul>
1167         <li>Various fixes to the ColdFusion File Browser connector.</li>
1168         <li>We are now pointing the download of ieSpell to their pages, instead to a direct
1169             file download
from one of their mirrors. This disables the ability of "click and
1170             go"
(which can still be achieved by pointing the download to a file in your server),
1171             but removes any troubles with mirrors link changes (and they change it frequently).</li>
1172         <li>The Word cleanup has been changed to
remove "display:none" tags that may come from
1173             Word.</li>
1174         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1659613&group_id=75348">SF
1175             BUG-
1659613</a>] The 2.4 version introduced a bug in the flash handling code that
1176             generated
out of memory errors in IE7.</li>
1177         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1660456&group_id=75348">SF
1178             BUG-
1660456</a>] The icons in context menus were draggable.</li>
1179         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1653009&group_id=75348">SF
1180             BUG-
1653009</a>] If the server is configured to process html files as asp then it
1181             generated ASP error
0138.</li>
1182         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1288609&group_id=75348">SF
1183             BUG-
1288609</a>] The content of iframes is now preserved.</li>
1184         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1245504&group_id=75348">SF
1185             BUG-
1245504</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1652240&group_id=75348">SF
1186                 BUG-
1652240</a>] Flash files without the .swf extension weren't recognized upon
1187             reload.</li>
1188         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1649753&group_id=75348&atid=543655">SF
1189             PATCH-
1649753</a>] Node selection for text didn't work in IE. Thanks to yurik dot
1190             m.</li>
1191         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1573191&group_id=75348&atid=543653">SF
1192             BUG-
1573191</a>] The Html code inserted with FCK.InsertHtml didn't have the same
1193             protection
for special tags.</li>
1194         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/110">#110</a>] The OK
1195             button
in dialogs had its width set as an inline style.</li>
1196         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/113">#113</a>] [<a
1197             target=
"_blank" href="http://dev.fckeditor.net/ticket/94">#94</a>] [<a target="_blank"
1198                 href=
"https://sourceforge.net/tracker/?func=detail&aid=1659270&group_id=75348&atid=543653">SF
1199                 BUG-
1659270</a>] ForcePasteAsPlainText didn't work in Firefox.</li>
1200         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/114">#114</a>] The correct
1201             entity
is now used to fill empty blocks when ProcessHTMLEntities is disabled.</li>
1202         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/90">#90</a>] The editor
1203             was wrongly removing some &lt;br&gt; tags
from the code.</li>
1204         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/139">#139</a>] The CTRL+F
1205             and CTRL+S keystroke
default behaviors are now preserved.</li>
1206         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/138">#138</a>] We are
1207             not providing a CTRL + ALT combination
in the default configuration file because
1208             it may be incompatible with some keyboard layouts. So, the CTRL + ALT + S combination
1209             has been changed to CTRL + SHIFT + S.</li>
1210         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/129">#129</a>] In IE,
1211             it was not possible to paste
if "Allow paste operation via script" was disabled
1212             
in the browser security settings.</li>
1213         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/112">#112</a>] The enter
1214             key now behaves correctly
on lists with Firefox, when the EnterMode is set to 'br'.</li>
1215         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/152">#152</a>] Invalid
1216             self-closing tags are now being
fixed before loading. </li>
1217         <li>A few tags were being ignored to the check
for required contents (not getting stripped
1218             
out, as expected). Fixed.</li>
1219         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/202">#202</a>] The HR
1220             tag will not anymore
break the contents loaded in the editor.</li>
1221         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/211">#211</a>] Some invalid
1222             inputs, like
"&lt;p&gt;" where making the caret disappear in Firefox.</li>
1223         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/99">#99</a>] The &lt;div&gt;
1224             element
is now considered a block container if EnterMode=p|br. It acts like a simple
1225             block only
if EnterMode=div.</li>
1226         <li>Hidden fields will now show up
as an icon in IE, instead of a normal text field.
1227             They are also selectable and draggable,
in all browsers.</li>
1228         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/213">#213</a>] Styles
1229             are now preserved
when hitting enter at the end of a paragraph.</li>
1230         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/77">#77</a>] If ShiftEnterMode
1231             
is set to a block tag (p or div), the desired block creation in now enforced, instead
1232             of copying the current block (which
is still the behavior of the simple enter).</li>
1233         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/209">#209</a>] Links and
1234             images URLs will now be correctly preserved with Netscape
7.1.</li>
1235         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/165">#165</a>] The enter
1236             key now honors the EnterMode settings
when outdenting a list item.</li>
1237         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/190">#190</a>] Toolbars
1238             may be wrongly positioned. Fixed.</li>
1239         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/254">#254</a>] The IgnoreEmptyParagraphValue
1240             setting
is now correctly handled in Firefox.</li>
1241         <li>[<a target=
"_blank" href="http://dev.fckeditor.net/ticket/254">#248</a>] The behavior
1242             of the backspace key has been
fixed on some very specific cases.</li>
1243     </ul>
1244     <h3>
1245         Version
2.4</h3>
1246     <p>
1247         New Features and Improvements:</p>
1248     <ul>
1249         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1329273&group_id=75348&atid=543656">SF
1250             Feature-
1329273</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1456005&group_id=75348&atid=543656">SF
1251                 Feature-
1456005</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1315002&group_id=75348&atid=543653">SF
1252                     BUG-
1315002</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1350180&group_id=75348&atid=543653">SF
1253                         BUG-
1350180</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1450689&group_id=75348&atid=543653">SF
1254                             BUG-
1450689</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1461033&group_id=75348&atid=543653">SF
1255                                 BUG-
1461033</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1510111&group_id=75348&atid=543653">SF
1256                                     BUG-
1510111</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1203560&group_id=75348&atid=543653">SF
1257                                         BUG-
1203560</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1564838&group_id=75348&atid=543653">SF
1258                                             BUG-
1564838</a>] The advance <strong>Enter Key Handler</strong>
1259             
is now being introduced. It gives you complete freedom to configure the editor to
1260             generate <strong>&lt;p&gt;, &lt;div&gt; or &lt;br&gt;</strong>
when the user uses
1261             both the [Enter] and [Shift]+[Enter] keys. The
new "EnterMode" and "ShiftEnterMode"
1262             settings can be use to control its behavior. It also guarantees that all browsers
1263             will generate the same output. </li>
1264         <li>The
new and powerful <strong>Keyboard Accelerator System</strong> is being introduced.
1265             You can now precisely control the commands to execute
when some key combinations
1266             are activated
by the user. It guarantees that all browsers will have the same behavior
1267             regarding the shortcuts.<br />
1268             It also makes it possible to
remove buttons from the toolbar and still invoke their
1269             features
by using the keyboard instead.
1270             <br />
1271             It also blocks all
default "CTRL based shortcuts" imposed by the browsers, so if
1272             you don
't want users to underline text, just remove the CTRL+U combination from
1273             the keystrokes table. Take a look at the FCKConfig.Keystrokes setting
in the fckconfig.js
1274             file. </li>
1275         <li>The
new "<strong>ProtectedTags</strong>" configuration option is being introduced.
1276             It will accept a list of tags (separated
by a pipe "|"), which will have no effect
1277             during editing, but will still be part of the document DOM. This can be used mainly
1278             
for non HTML standard, custom tags.</li>
1279         <li>Dialog box commands can now open resizable dialogs (
by setting oCommand.Resizable
1280             =
true).</li>
1281         <li>Updated support
for AFP. Thanks to Soenke Freitag.</li>
1282         <li>New language file:<ul>
1283             <li><strong>Afrikaans</strong> (
by Willem Petrus Botha). </li>
1284         </ul>
1285         </li>
1286         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1456343&group_id=75348&atid=543655">SF
1287             Patch-
1456343</a>] New sample file showing how to dynamically exchange a textarea
1288             and an instance of FCKeditor. Thanks to Finn Hakansson</li>
1289         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1496115&group_id=75348&atid=543655">SF
1290             Patch-
1496115</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1588578&group_id=75348&atid=543653">SF
1291                 BUG-
1588578</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1376534&group_id=75348&atid=543653">SF
1292                     BUG-
1376534</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1343506&group_id=75348&atid=543653">SF
1293                         BUG-
1343506</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1211065&group_id=75348&atid=543656">SF
1294                             Feature-
1211065</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=949144&group_id=75348&atid=543656">SF
1295                                 Feature-
949144</a>] The content of anchors are shown and preserved
1296             
on creation. * </li>
1297         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1587175&group_id=75348&atid=543656">SF
1298             Feature-
1587175</a>] Local links to an anchor are readjusted if the anchor changes.</li>
1299         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1500040&group_id=75348&atid=543655">SF
1300             Patch-
1500040</a>] New configuration values to specify the Id and Class for the
1301             body element.</li>
1302         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1577202&group_id=75348&atid=543655">SF
1303             Patch-
1577202</a>] The links created with the popup option now are accessible even
1304             
if the user has JavaScript disabled.</li>
1305         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1443472&group_id=75348&atid=543655">SF
1306             Patch-
1443472</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1576488&group_id=75348&atid=543653">SF
1307                 BUG-
1576488</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1334305&group_id=75348&atid=543653">SF
1308                     BUG-
1334305</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1578312&group_id=75348&atid=543653">SF
1309                         BUG-
1578312</a>] The Paste from Word clean up function can be configured
1310             with FCKConfig.CleanWordKeepsStructure to preserve the markup
as much as possible.
1311             Thanks Jean-Charles ROGEZ. </li>
1312         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1472654&group_id=75348&atid=543655">SF
1313             Patch-
1472654</a>] The server side script location for SpellerPages can now be set
1314             
in the configuration file, by using the SpellerPagesServerScript setting.</li>
1315         <li><span style=
"color: #ff0000">Attention:</span> All connectors are now pointing by
1316             
default to the "/userfiles/" folder instead of "/UserFiles/" (case change). Also,
1317             the inner folders
for each type (file, image, flash and media) are all lower-cased
1318             too.</li>
1319         <li><span style=
"color: #ff0000">Attention:</span> The UseBROnCarriageReturn configuration
1320             
is not anymore valid. The EnterMode setting can now be used to precisely set the
1321             enter key behavior.</li>
1322     </ul>
1323     <p>
1324         Fixed Bugs:</p>
1325     <ul>
1326         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1444937&group_id=75348">SF
1327             BUG-
1444937</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1274364&group_id=75348">SF
1328                 BUG-
1274364</a>] Shortcut keys are now undoable correctly.</li>
1329         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1015230&group_id=75348">SF
1330             BUG-
1015230</a>] Toolbar buttons now update their state on shortcut keys activation.</li>
1331         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1485621&group_id=75348">SF
1332             BUG-
1485621</a>] It is now possible to precisely control which shortcut keys can
1333             be used.</li>
1334         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1573714&group_id=75348">SF
1335             BUG-
1573714</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1593323&group_id=75348">SF
1336                 BUG-
1593323</a>] Paste was not working in IE if both AutoDetectPasteFromWord
1337             and ForcePasteAsPlainText settings were
set to "false". </li>
1338         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1578306&group_id=75348">SF
1339             BUG-
1578306</a>] The context menu was wrongly positioned if the editing document
1340             was
set to render in strict mode. Thanks to Alfonso Martinez.</li>
1341         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1567060&group_id=75348">SF
1342             BUG-
1567060</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1565902&group_id=75348">SF
1343                 BUG-
1565902</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1440631&group_id=75348">SF
1344                     BUG-
1440631</a>] IE was getting locked on some specific cases. Fixed.</li>
1345         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1582859&group_id=75348">SF
1346             BUG-
1582859</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1579507&group_id=75348&atid=543655">SF
1347                 Patch-
1579507</a>] Firefox' spellchecker is now disabled during editing mode.
1348             Thanks to Alfonso Martinez.</li>
1349         <li>Fixed Safari and Opera detection system (
for development purposes only).</li>
1350         <li>Paste
from Notepad was including font information in IE. Fixed.</li>
1351         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1584092&group_id=75348">SF
1352             BUG-
1584092</a>] When replacing text area, names with spaces are now accepted.</li>
1353         <li>Depending
on the implementation of toolbar combos (mainly for custom plugins) the
1354             editor area was loosing the focus
when clicking in the combo label. Fixed.</li>
1355         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1596937&group_id=75348&atid=543653">SF
1356             BUG-
1596937</a>] InsertHtml() was inserting the HTML outside the editor area on
1357             some very specific cases.</li>
1358         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1585548&group_id=75348">SF
1359             BUG-
1585548</a>] On very specific, rare and strange cases, the XHTML processor was
1360             not working properly
in IE. Fixed.</li>
1361         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1584951&group_id=75348">SF
1362             BUG-
1584951</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1380598&group_id=75348">SF
1363                 BUG-
1380598</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1198139&group_id=75348">SF
1364                     BUG-
1198139</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1437318&group_id=75348">SF
1365                         BUG-
1437318</a>] In Firefox, the style selector will not anymore delete
1366             the contents
when removing styles on specific cases.</li>
1367         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1515441&group_id=75348">SF
1368             BUG-
1515441</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1451071&group_id=75348">SF
1369                 BUG-
1451071</a>] The "Insert/Edit Link" and "Select All" buttons are now working
1370             properly
when the editor is running on a IE Modal dialog.</li>
1371         <li>On some very rare cases, IE was throwing a memory error
when hiding the context
1372             menus. Fixed.</li>
1373         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1526154&group_id=75348">SF
1374             BUG-
1526154</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1509208&group_id=75348&atid=543653">SF
1375                 BUG-
1509208</a>] With Firefox, &lt;style&gt; tags defined in the source are
1376             now preserved.</li>
1377         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1535946&group_id=75348">SF
1378             BUG-
1535946</a>] The IE dialog system has been changed to better work with custom
1379             dialogs.</li>
1380         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1599520&group_id=75348">SF
1381             BUG-
1599520</a>] The table dialog was producing empty tags when leaving some of
1382             its fields empty.</li>
1383         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1599545&group_id=75348">SF
1384             BUG-
1599545</a>] HTML entities are now processed on attribute values too.</li>
1385         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1598517&group_id=75348">SF
1386             BUG-
1598517</a>] Meta tags are now protected from execution during editing (avoiding
1387             the
"redirect" meta to be activated).</li>
1388         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1415601&group_id=75348">SF
1389             BUG-
1415601</a>] Firefox internals: styleWithCSS is used instead of the deprecated
1390             useCSS whenever possible.</li>
1391         <li>All JavaScript Core extension function have been renamed to
"PascalCase" (some were
1392             
in "camelCase"). This may have impact on plugins that use any of those functions.</li>
1393         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1592311&group_id=75348">SF
1394             BUG-
1592311</a>] Operations in the caption of tables are now working correctly in
1395             both browsers.</li>
1396         <li>Small
interface fixes to the about box.</li>
1397         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1604576&group_id=75348&atid=543655">SF
1398             PATCH-
1604576</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1604301&group_id=75348">SF
1399                 BUG-
1604301</a>] Link creation failed in Firefox 3 alpha. Thanks to Arpad Borsos</li>
1400         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1577247&group_id=75348&atid=543653">SF
1401             BUG-
1577247</a>] Unneeded call to captureEvents and releaseEvents.</li>
1402         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1610790&group_id=75348">SF
1403             BUG-
1610790</a>] On some specific situations, the call to form.submit(), in form
1404             were FCKeditor has been unloaded
by code, was throwing the "Can't execute code from
1405             a freed script"
error.</li>
1406         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1613167&group_id=75348&atid=543653">SF
1407             BUG-
1613167</a>] If the configuration was missing the FCKConfig.AdditionalNumericEntities
1408             entry an error appeared.</li>
1409         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1590848&group_id=75348&atid=543653">SF
1410             BUG-
1590848</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1626360&group_id=75348&atid=543653">SF
1411                 BUG-
1626360</a>] Cleaning of JavaScript strict warnings in the source code.</li>
1412         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1559466&group_id=75348&atid=543653">SF
1413             BUG-
1559466</a>] The ol/ul list property window always searched first for a UL element.</li>
1414         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1516008&group_id=75348&atid=543653">SF
1415             BUG-
1516008</a>] Class attribute in IE wasn't loaded in the image dialog.</li>
1416         <li>The
"OnAfterSetHTML" event is now fired when being/switching to Source View.</li>
1417         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1631807&group_id=75348&atid=543653">SF
1418             BUG-
1631807</a>] Elements' style properties are now forced to lowercase in IE.</li>
1419         <li>The extensions
"html", "htm" and "asis" have been added to the list of denied extensions
1420             
on upload.</li>
1421         <li>Empty inline elements (like span and strong) will not be generated any more.</li>
1422         <li>Some elements attributes (like hspace)
where not being retrieved when set to "0".</li>
1423         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1508341&group_id=75348&atid=543653">SF
1424             BUG-
1508341</a>] Fix for the ColdFusion script file of SpellerPages.</li>
1425     </ul>
1426     <p>
1427         * This version has been partially sponsored
by <a href="http://www.imedi.org/">Medical
1428             Media Lab</a>.</p>
1429     <h3>
1430         Version
2.3.3</h3>
1431     <p>
1432         New Features and Improvements:</p>
1433     <ul>
1434         <li>The project has been <strong>relicensed</strong> under the terms of the <strong>
1435             GPL / LGPL / MPL</strong> licenses. This change will
remove many licensing compatibility
1436             issues with other open source licenses, making the editor even more
"open" than
1437             before. </li>
1438         <li><font color=
"#ff0000">Attention:</font> The default directory in the distribution
1439             package
is now named "fckeditor" (in lowercase) instead of "FCKeditor".&nbsp; This
1440             change may impact installations
on case sensitive OSs, like Linux. </li>
1441         <li><font color=
"#ff0000">Attention:</font> The "Universal Keyboard" has been removed
1442             
from the package. The license of those files was unclear so they can't be included
1443             alongside the rest of FCKeditor.</li>
1444     </ul>
1445     <h3>
1446         Version
2.3.2</h3>
1447     <p>
1448         New Features and Improvements:</p>
1449     <ul>
1450         <li>Users can now decide
if the template dialog will replace the entire contents of
1451             the editor or simply place the template
in the cursor position. This feature can
1452             be controlled
by the "TemplateReplaceAll" and "TemplateReplaceCheckbox" configuration
1453             options.</li>
1454         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1237693&group_id=75348&atid=543655">SF
1455             Patch-
1237693</a>] A new configuration option (<strong>ProcessNumericEntities</strong>)
1456             
is now available to tell the editor to convert non ASCII chars to their relative
1457             numeric entity references. It
is disabled by default.</li>
1458         <li>The
new "<strong>AdditionalNumericEntities</strong>" setting makes it possible to
1459             define a
set of characters to be transformed to their relative numeric entities.
1460             This
is useful when you don't want the code to have simple quotes ('), for example.</li>
1461         <li>The Norwegian language file (no.js) has been duplicated to include the Norwegian
1462             Bokmal (nb.js)
in the supported interface languages. Thanks to Martin Kronstad.
1463         </li>
1464         <li>Two
new patterns have been added to the Universal Keyboard:
1465             <ul>
1466                 <li>Persian. Thanks to Pooyan Mahdavi</li>
1467                 <li>Portuguese. Thanks to Bo Brandt.</li>
1468             </ul>
1469         </li>
1470         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1517322&group_id=75348&atid=543655">SF
1471             Patch-
1517322</a>] It is now possible to define the start number on numbered lists.
1472             Thanks to Marcel Bennett.</li>
1473         <li>The Font Format combo will now reflect the EditorAreaCSS styles.</li>
1474         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1461539&group_id=75348&atid=543655">SF
1475             Patch-
1461539</a>] The File Browser connector can now optionally return a "url"
1476             attribute
for the files. Thanks to Pent.</li>
1477         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1090851&group_id=75348">SF
1478             BUG-
1090851</a>] The new "ToolbarComboPreviewCSS" configuration option has been
1479             created, so it
is possible to point the Style and Format toolbar combos to a different
1480             CSS, avoiding conflicts with the editor area CSS.</li>
1481         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1421309&amp;group_id=75348&amp;atid=543656">SF
1482             Feature-
1421309</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1489402&group_id=75348">SF
1483                 BUG-
1489402</a>] It is now possible to configure the Quick Uploder target path
1484             to consider the file type (ex: Image or File)
in the target path for uploads.</li>
1485         <li>The JavaScript integration file has two
new things:
1486             <ul>
1487                 <li>The
"CreateHtml()" function in the FCKeditor object, used to retrieve the HTML of
1488                     an editor instance, instead of writing it directly to the page (
as done by "Create()").</li>
1489                 <li>The
global "FCKeditor_IsCompatibleBrowser()" function, which tells if the executing
1490                     browser
is compatible with FCKeditor. This makes it possible to do any necessary
1491                     processing depending
on the compatibility, without having to create and editor instance.</li>
1492             </ul>
1493         </li>
1494     </ul>
1495     <p>
1496         Fixed Bugs:</p>
1497     <ul>
1498         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1525242&group_id=75348">SF
1499             BUG-
1525242</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1500050&group_id=75348">SF
1500                 BUG-
1500050</a>] All event attributes (like onclick or onmouseover) are now
1501             being
protected before loading the editor. In this way, we avoid firing those events
1502             during editing (IE issue) and they don
't interfere in other specific processors
1503             
in the editor.</li>
1504         <li>Small security fixes to the File Browser connectors. </li>
1505         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1546226&group_id=75348">SF
1506             BUG-
1546226</a>] Small fix to the ColdFusion CFC integration file.</li>
1507         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&atid=543655&aid=1547768&group_id=75348">SF
1508             Patch-
1407500</a>] The Word Cleanup function was breaking the HTML on pasting, on
1509             very specific cases. Fixed, thanks to Frode E. Moe.</li>
1510         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1551979&group_id=75348&atid=543655">SF
1511             Patch-
1551979</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1418066&group_id=75348">SF
1512                 BUG-
1418066</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1439621&group_id=75348">SF
1513                     BUG-
1439621</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1501698&group_id=75348&atid=543653">SF
1514                         BUG-
1501698</a>] Make FCKeditor work with application/xhtml+xml. Thanks
1515             to Arpad Borsos.</li>
1516         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1547738&group_id=75348&atid=543655">SF
1517             Patch-
1547738</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1550595&group_id=75348&atid=543653">SF
1518                 BUG-
1550595</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1540807&group_id=75348&atid=543653">SF
1519                     BUG-
1540807</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1510685&group_id=75348&atid=543653">SF
1520                         BUG-
1510685</a>] Fixed problem with panels wrongly positioned when the
1521             editor
is placed on absolute or relative positioned elements. Thanks to Filipe Martins.</li>
1522         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1511294&group_id=75348&atid=543655">SF
1523             Patch-
1511294</a>] Small fix for the File Browser compatibility with IE 5.5.</li>
1524         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1503178&group_id=75348&atid=543655">SF
1525             Patch-
1503178</a>] Small improvement to stop IE from loading smiley images when
1526             one smiley
is quickly selected from a huge list of smileys. Thanks to stuckhere.</li>
1527         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1549112&group_id=75348&atid=543653">SF
1528             BUG-
1549112</a>] The Replace dialog window now escapes regular expression specific
1529             characters
in the find and replace fields.</li>
1530         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1548788&group_id=75348&atid=543653">SF
1531             BUG-
1548788</a>] Updated the ieSpell download URL.</li>
1532         <li>In FF, the editor was throwing an error
when closing the window. Fixed.</li>
1533         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1538509&group_id=75348&atid=543653">SF
1534             BUG-
1538509</a>] The "type" attribute for text fields will always be set now.</li>
1535         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1551734&group_id=75348&atid=543653">SF
1536             BUG-
1551734</a>] The SetHTML function will now update the editing area height no
1537             matter which editing mode
is active.</li>
1538         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1554141&group_id=75348&atid=543653">SF
1539             BUG-
1554141</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1565562&group_id=75348&atid=543653">SF
1540                 BUG-
1565562</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1451056&group_id=75348&atid=543653">SF
1541                     BUG-
1451056</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1478408&group_id=75348&atid=543653">SF
1542                         BUG-
1478408</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1489322&group_id=75348&atid=543653">SF
1543                             BUG-
1489322</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1513667&group_id=75348&atid=543653">SF
1544                                 BUG-
1513667</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1562134&group_id=75348&atid=543653">SF
1545                                     BUG-
1562134</a>] The protection of URLs has been enhanced
1546             and now it will not
break URLs on very specific cases.</li>
1547         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1545732&group_id=75348&atid=543653">SF
1548             BUG-
1545732</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1490919&group_id=75348&atid=543653">SF
1549                 BUG-
1490919</a>] No security errors will be thrown when loading FCKeditor in
1550             page inside a FRAME defined
in a different domain.</li>
1551         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1512817&group_id=75348&atid=543653">SF
1552             BUG-
1512817</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1571345&group_id=75348&atid=543653">SF
1553                 BUG-
1571345</a>] Fixed the "undefined" addition to the content when ShowBorders
1554             =
false and FullPage = true in Firefox. Thanks to Brett.</li>
1555         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1512798&group_id=75348&atid=543653">SF
1556             BUG-
1512798</a>] BaseHref will now work well on FullPage, even if no &lt;head&gt;
1557             
is available.</li>
1558         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1509923&group_id=75348&atid=543653">SF
1559             BUG-
1509923</a>] The DocumentProcessor is now called when using InserHtml().</li>
1560         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1505964&group_id=75348&atid=543653">SF
1561             BUG-
1505964</a>] The DOCTYPE declaration is now preserved when working in FullPage.</li>
1562         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1553727&group_id=75348&atid=543653">SF
1563             BUG-
1553727</a>] The editor was throwing an error when inserting complex templates.
1564             Fixed.</li>
1565         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1564930&group_id=75348&atid=543655">SF
1566             Patch-
1564930</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1562828&group_id=75348">SF
1567                 BUG-
1562828</a>] In IE, anchors where incorrectly copied when using the Paste
1568             
from Word button. Fixed, thanks to geirhelge.</li>
1569         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1557709&group_id=75348&atid=543653">SF
1570             BUG-
1557709</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1421810&group_id=75348&atid=543653">SF
1571                 BUG-
1421810</a>] The link dialog now validates Popup Window names.</li>
1572         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1556878&group_id=75348&atid=543653">SF
1573             BUG-
1556878</a>] Firefox was creating empty tags when deleting the selection in
1574             some special cases.</li>
1575         <li>The context menu
for links is now correctly shown when right-clicking on floating
1576             divs.</li>
1577         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1084404&group_id=75348&atid=543653">SF
1578             BUG-
1084404</a>] The XHTML processor now ignores empty span tags.</li>
1579         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1221728&group_id=75348&atid=543653">SF
1580             BUG-
1221728</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1174503&group_id=75348&atid=543653">SF
1581                 BUG-
1174503</a>] The &lt;abbr&gt; tag is not anymore getting broken by IE.</li>
1582         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1182906&group_id=75348&atid=543653">SF
1583             BUG-
1182906</a>] IE is not anymore messing up mailto links.</li>
1584         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1386094&group_id=75348&atid=543653">SF
1585             BUG-
1386094</a>] Fixed an issue when setting configuration options to empty ('')
1586             
by code.</li>
1587         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1389435&group_id=75348&atid=543653">SF
1588             BUG-
1389435</a>] Fixed an issue in some dialog boxes when handling numeric inputs.</li>
1589         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1398829&group_id=75348&atid=543653">SF
1590             BUG-
1398829</a>] Some links may got broken on very specific cases. Fixed.</li>
1591         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1409969&group_id=75348&atid=543653">SF
1592             BUG-
1409969</a>] &lt;noscript&gt; tags now remain untouched by the editor.</li>
1593         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1433457&group_id=75348&atid=543653">SF
1594             BUG-
1433457</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1513631&group_id=75348&atid=543653">SF
1595                 BUG-
1513631</a>] Empty "href" attributes in &lt;a&gt; or empty "src" in &lt;img&gt;
1596             will now be correctly preserved.</li>
1597         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1435195&group_id=75348&atid=543653">SF
1598             BUG-
1435195</a>] Scrollbars are now visible in the File Browser (for custom implementations).</li>
1599         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1438296&group_id=75348&atid=543653">SF
1600             BUG-
1438296</a>] The "ForceSimpleAmpersand" setting is now being honored in all
1601             tags.</li>
1602         <li>If a popup blocker blocks context menu operations, the correct alert message
is
1603             displayed now, instead of a ugly JavaScript error.</li>
1604         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1454116&group_id=75348&atid=543653">SF
1605             BUG-
1454116</a>] The GetXHTML() function will not change the IsDirty() value of
1606             the editor.</li>
1607         <li>The spell check may not work correctly
when using SpellerPages with ColdFusion.
1608             Fixed.</li>
1609         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1481861&group_id=75348&atid=543653">SF
1610             BUG-
1481861</a>] HTML comments are now removed by the Word Cleanup System.</li>
1611         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1489390&group_id=75348&atid=543653">SF
1612             BUG-
1489390</a>] A few missing hard coded combo options used in some dialogs are
1613             now localizable.</li>
1614         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1505448&group_id=75348&atid=543653">SF
1615             BUG-
1505448</a>] The Form dialog now retrieves the value of the "action" attribute
1616             exactly
as defined in the source.</li>
1617         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1517322&group_id=75348&atid=543655">SF
1618             Patch-
1517322</a>] Solved an issue when the toolbar has buttons with simple icons
1619             (usually used
by plugins) mixed with icons coming from a strip (the default toolbar
1620             buttons).</li>
1621         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1575261&group_id=75348&atid=543655">SF
1622             Patch-
1575261</a>] Some fields in the Table and Cell Properties dialogs were being
1623             cut. Fixed.</li>
1624         <li>Fixed a startup compatibility issue with Firefox
1.0.4.</li>
1625     </ul>
1626     <h3>
1627         Version
2.3.1</h3>
1628     <p>
1629         Fixed Bugs:</p>
1630     <ul>
1631         <li>[<a target=
"_blank" href="https://sourceforge.net/support/tracker.php?aid=1506126">SF
1632             BUG-
1506126</a>] Fixed the Catalan language file, which had been published with
1633             problems
in accented letters. </li>
1634         <li>More performance improvements
in the default File Browser.</li>
1635         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1506701&group_id=75348&atid=543653">SF
1636             BUG-
1506701</a>] Fixed compatibility issues with IE 5.5.</li>
1637         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1509073&group_id=75348&atid=543653">SF
1638             BUG-
1509073</a>] Fixed the "Image Properties" dialog window, which was making invalid
1639             calls to the
"editor/dialog/" directory, generating error 400 entries in the web
1640             server log.</li>
1641         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507294&group_id=75348&atid=543653">SF
1642             BUG-
1507294</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507953&group_id=75348&atid=543653">SF
1643                 BUG-
1507953</a>] The editing area was getting a fixed size when using the "SetHTML"
1644             API command or even
when switching back from the source view. Fixed.</li>
1645         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1507755&group_id=75348">SF
1646             BUG-
1507755</a>] Fixed a conflict between the "DisableObjectResizing" and "ShowBorders"
1647             configuration options over IE.</li>
1648         <li>Opera
9 tries to "mimic" Gecko in the browser detection system of FCKeditor. As
1649             
this browser is not "yet" supported, the editor was broken on it. It has been fixed,
1650             and now a textarea
is displayed, as in any other unsupported browser. Support for
1651             Opera
is still experimental and can be activated by setting the property "EnableOpera"
1652             to
true when creating an instance of the editor with the JavaScript integration
1653             files.</li>
1654         <li>With Opera
9, the toolbar was jumping on buttons rollover. </li>
1655         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1509479&group_id=75348&atid=543656">SF
1656             BUG-
1509479</a>] The iframes used in Firefox for all editor panels (dropdown combos,
1657             context menu, etc...) are now being placed right before the main iframe that holds
1658             the editor. In
this way, if the editor container element is removed from the DOM
1659             (
by DHTML) they are removed together with it.</li>
1660         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1271070&group_id=75348&atid=543653">SF
1661             BUG-
1271070</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1411430&group_id=75348&atid=543653">SF
1662                 BUG-
1411430</a>] The editor API now works well on DHTML pages that create and
1663             
remove instances of FCKeditor dynamically. </li>
1664         <li>A second call to a page with the editor was not working correctly with Firefox
1.0.x.
1665             Fixed.</li>
1666         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1511460&group_id=75348&atid=543653">SF
1667             BUG-
1511460</a>] Small correction to the &lt;script&gt; protected source regex.
1668             Thanks to Randall Severy.</li>
1669         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1521754&group_id=75348">SF
1670             BUG-
1521754</a>] Small fix to the paths of the internal CSS files used by FCKeditor.
1671             Thanks to johnw_ceb.</li>
1672         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1511442&group_id=75348&atid=543653">SF
1673             BUG-
1511442</a>] The &lt;base&gt; tag is now correctly handled in IE, no matter
1674             its position
in the source code.</li>
1675         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507773&group_id=75348&atid=543653">SF
1676             BUG-
1507773</a>] The "Lock" and "Reset" buttons in the Image Properties dialog window
1677             are not anymore jumping with Firefox
1.5.</li>
1678     </ul>
1679     <h3>
1680         Version
2.3</h3>
1681     <p>
1682         New Features and Improvements:</p>
1683     <ul>
1684         <li>The <strong>Toolbar Sharing</strong> system has been completed. See sample10.html
1685             and sample11.html.*</li>
1686         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1407500&group_id=75348&atid=543655">SF
1687             Patch-
1407500</a>] Small enhancement to the Find and Replace dialog windows.</li>
1688     </ul>
1689     <p>
1690         Fixed Bugs:</p>
1691     <ul>
1692         <li>Small security fixes.</li>
1693         <li>The context menu system has been optimized. Nested menus now open
"onmouseover".
1694         </li>
1695         <li>An error
in the image preloader system was making the toolbar strip being downloaded
1696             once
for each button on slow connections. Some enhancements have also been made
1697             so now the smaple05.html
is loading fast for all skins.</li>
1698         <li>Fixed many memory leak issues with IE.</li>
1699         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1489768&group_id=75348&atid=543653">SF
1700             BUG-
1489768</a>] The panels (context menus, toolbar combos and color selectors),
1701             
where being displayed in the wrong position if the contents of the editor, or its
1702             containing window were scrolled down. </li>
1703         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1493176&group_id=75348">SF
1704             BUG-
1493176</a>] Using ASP, the connector was not working on servers with buffer
1705             disable
by default.</li>
1706         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1491784&group_id=75348&atid=543653">SF
1707             BUG-
1491784</a>] Language files have been updated to not include html entities.</li>
1708         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1490259&group_id=75348&atid=543653">SF
1709             BUG-
1490259</a>] No more security warning on IE over HTTPS.</li>
1710         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1493173&group_id=75348&atid=543653">SF
1711             BUG-
1493173</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1499708&group_id=75348">SF
1712                 BUG-
1499708</a>] We now assume that, if a user is in source editing, he/she
1713             wants to control the HTML, so the editor doesn
't make changes to it when posting
1714             the form being
in source view or when calling the GetXHTML function in the API.
1715         </li>
1716         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1490610&group_id=75348&atid=543653">SF
1717             BUG-
1490610</a>] The FitWindow is now working on elements set with relative position.</li>
1718         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1493438&group_id=75348&atid=543653">SF
1719             BUG-
1493438</a>] The "Word Wrap" combo in the cell properties dialog now accepts
1720             only Yes/No (no more &lt;Not Set&gt;
value).</li>
1721         <li>The context menu
is now being hidden when a nested menu option is selected.</li>
1722         <li>Table cell context menu operations are now working correctly.</li>
1723         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1494549&group_id=75348&atid=543653">SF
1724             BUG-
1494549</a>] The code formatter was having problems with dollar signs inside
1725             &lt;pre&gt; tags.</li>
1726         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1459740&group_id=75348&atid=543655">SF
1727             Patch-
1459740</a>] The "src" element of images can now be set by styles definitions.
1728             Thanks to joelwreed.</li>
1729         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1437052&group_id=75348&atid=543655">SF
1730             Patch-
1437052</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1436166&group_id=75348&atid=543655">SF
1731                 Patch-
1436166</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1352385&group_id=75348&atid=543655">SF
1732                     Patch-
1352385</a>] Small fix to the FCK.InsertHtml, FCKTools.AppendStyleSheet
1733             and FCKSelection.SelectNode functions over IE. Thanks to Alfonso Martinez.</li>
1734         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1349765&group_id=75348&atid=543655">SF
1735             Patch-
1349765</a>] Small fix to the FCKSelection.GetType over Firefox. Thanks to
1736             Alfonso Martinez.</li>
1737         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543655&aid=1495422&group_id=75348">SF
1738             Patch-
1495422</a>] The editor now creates link based on the URL when no selection
1739             
is available. Thanks to Dominik Pesch.</li>
1740         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543655&aid=1478859&group_id=75348">SF
1741             Patch-
1478859</a>] On some circumstances, the Yahoo popup blocker was blocking the
1742             File Browser window, giving no feedback to the user. Now an alert message
is displayed.</li>
1743         <li>When
using the editor in a RTL localized interface, like Arabic, the toolbar combos
1744             were not showing completely
in the first click. Fixed.</li>
1745         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1500212&group_id=75348">SF
1746             BUG-
1500212</a>] All "_samples/html" samples are now working when loading directly
1747             
from the Windows Explorer. Thanks to Alfonso Martinez.</li>
1748         <li>The
"FitWindow" feature was breaking the editor under Firefox 1.0.x.</li>
1749         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1500032&group_id=75348&atid=543655">SF
1750             Patch-
1500032</a>] In Firefox, the caret position now follows the user clicks when
1751             clicking
in the white area bellow the editor contents. Thanks to Alfonso Martinez.</li>
1752         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1499522&group_id=75348">SF
1753             BUG-
1499522</a>] In Firefox, the link dialog window was loosing the focus (and quickly
1754             reacquiring it)
when opening. This behavior was blocking the dialog in some Linux
1755             installations. </li>
1756         <li>Drastically improved the loading performance of the file list
in the default File
1757             Browser.</li>
1758         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1503059&group_id=75348">SF
1759             BUG-
1503059</a>] The default "BasePath" for FCKeditor in all integration files has
1760             been now unified to
"/fckeditor/" (lower-case). This is the usual casing system
1761             
in case sensitive OSs like Linux.</li>
1762         <li>The
"DisableFFTableHandles" setting is now honored when switching the full screen
1763             mode with FitWindow.</li>
1764         <li>Some fixes has been applied to the cell merging
in Firefox.</li>
1765     </ul>
1766     <p>
1767         * This version has been partially sponsored
by <a href="http://www.footsteps.nl/">Footsteps</a>
1768         and <a href=
"http://www.kentico.com/">Kentico</a>.</p>
1769     <h3>
1770         Version
2.3 Beta</h3>
1771     <p>
1772         New Features and Improvements:</p>
1773     <ul>
1774         <li><span><strong>Extremely Fast Loading!</strong> The editor now loads more than
3
1775             times faster than before, with no impact
on its advanced features.</span> </li>
1776         <li><span><strong>New toolbar system</strong>:</span>
1777             <ul>
1778                 <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1454850&amp;group_id=75348&amp;atid=543656">SF
1779                     Feature-
1454850</a>] The toolbar will now <strong>load much faster</strong>. All
1780                     images have being merged
in a single image file using a unique system available
1781                     only with FCKeditor. </li>
1782                 <li>The &quot;Text Color&quot; and &quot;Background Color&quot; commands buttons have
1783                     enhancements
on the interface.</li>
1784                 <li><strong><span style=
"color: #ff0000">Attention</span></strong>: As a completely
1785                     
new system has being developed. Skins created for versions prior this one will not
1786                     work. Skin styles definitions have being merged, added and removed. All skins have
1787                     been a little bit reviewed. </li>
1788                 <li>It
is possible to <strong>detach the toolbar</strong> from an editor instance and
1789                     share it with other instances. In
this way you may have only one toolbar (in the
1790                     top of the window,
for example, that can be used by many editors (see <a href="_samples/html/sample10.html">
1791                         sample10.html</a>). This feature
is still under development (issues with IE
1792                     focus still to be solved).* </li>
1793             </ul>
1794         </li>
1795         <li><strong><span>New context menu system</span></strong>:
1796             <ul>
1797                 <li>It uses the same (fast) loading system
as the toolbar. </li>
1798                 <li>Sub-Menus are now available to
group features (try the context menu over a table
1799                     cell). </li>
1800                 <li>It
is now possible to create your own context menu entries by creating plugins.
1801                 </li>
1802             </ul>
1803         </li>
1804         <li><strong>New
"FitWindow" toolbar button</strong>, based on the <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=1431638&group_id=75348&atid=737639">
1805             plugin</a> published
by Paul Moers. Thanks Paul!</li>
1806         <li><strong>&quot;Auto Grow&quot; Plugin</strong>: automatically resizes the editor
1807             until a maximum height, based
on its contents size.** </li>
1808         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1444943&amp;group_id=75348&amp;atid=543656">SF
1809             Feature-
1444943</a>] <strong>Multiple CSS files</strong> can now be used in the
1810             editing area. Just define FCKConfig.EditorAreaCSS
as an array of strings (each one
1811             
is a path to a different css file). It works also as a simple string, as on prior
1812             versions. </li>
1813         <li>New language files:<ul>
1814             <li><strong>Bengali / Bangla</strong> (
by Richard Walledge).</li>
1815             <li><strong>English (Canadian)</strong> (
by Kevin Bennett). </li>
1816             <li><strong>Khmer</strong> (
by Sengtha Chay).</li>
1817         </ul>
1818         </li>
1819         <li>The source view
is now available in the editing area on Gecko browsers. Previously
1820             a popup was used
for it (due to a Firefox bug). </li>
1821         <li><span>As some people may prefer the popup way
for source editing, a new configuration
1822             option (SourcePopup) has being introduced.</span> </li>
1823         <li>The IEForceVScroll configuration option has been removed. The editor now automatically
1824             shows the vertical scrollbar
when needed (for XHTML doctypes). </li>
1825         <li>The configuration file doesn
't define a default DOCTYPE to be used now. </li>
1826         <li>It
is now possible to easily change the toolbar using the JavaScript API by just
1827             calling &lt;EditorInstance&gt;.ToolbarSet.Load(
'&lt;ToolbarName&gt;' ). See _testcases/010.html
1828             
for a sample. </li>
1829         <li>The &quot;OnBlur&quot; and &quot;OnFocus&quot; JavaScript API events are now compatible
1830             with all supported browsers. </li>
1831         <li>Some few updates
in the Lasso connector and uploader. </li>
1832         <li>The GeckoUseSPAN setting
is now set to "false" by default. In this way, the code
1833             produced
by the bold, italic and underline commands are the same on all browsers.</li>
1834     </ul>
1835     <p>
1836         Fixed Bugs:</p>
1837     <ul>
1838         <li><strong>Important security fixes have been applied to the File Manager, Uploader
1839             and Connectors. Upgrade
is highly recommended.</strong> Thanks to Alberto Moro,
1840             Baudouin Lamourere and James Bercegay.</li>
1841         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1399966&amp;group_id=75348&amp;atid=543653">SF
1842             BUG-
1399966</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1249853&amp;group_id=75348&amp;atid=543653">SF
1843                 BUG-
1249853</a>] The &quot;BaseHref&quot; configuration is now working with
1844             Firefox
in both normal and full page modes.</li>
1845         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1405263&amp;group_id=75348&amp;atid=543653">SF
1846             BUG-
1405263</a>] A typo in the configuration file was impacting the Quick Upload
1847             feature. </li>
1848         <li>Nested &lt;ul&gt; and &lt;ol&gt; tags are now generating valid html.</li>
1849         <li>The &quot;wmode&quot; and &quot;quality&quot; attributes are now preserved
for Flash
1850             embed tags,
in case they are entered manually in the source view. Also, empty attributes
1851             are removed
from that tag. </li>
1852         <li>Tables
where not being created correctly on Opera. </li>
1853         <li>The XHTML processor will ignore invalid tags with names ending with &quot;:&quot;,
1854             like http:. </li>
1855         <li><span>On Firefox, the scrollbar
is not anymore displayed on toolbar dropdown commands
1856             
when not needed.</span> </li>
1857         <li><span>Some small fixes have being done to the dropdown commands rendering
for FF</span>.
1858         </li>
1859         <li>The table dialog window has been a little bit enlarged to avoid contents being cropped
1860             
on some languages, like Russian. </li>
1861         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1465203&amp;group_id=75348&amp;atid=543653">SF
1862             BUG-
1465203</a>] The ieSpell download URL has been updated. The problem is that
1863             they don
't have a fixed URL for it, so let's hope the mirror will be up for it.
1864         </li>
1865         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1456332&amp;group_id=75348&amp;atid=543653">SF
1866             BUG-
1456332</a>] Small fix in the Spanish language file. </li>
1867         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1457078&amp;group_id=75348&amp;atid=543653">SF
1868             BUG-
1457078</a>] The File Manager was generating 404 calls in the server. </li>
1869         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1459846&amp;group_id=75348&amp;atid=543653">SF
1870             BUG-
1459846</a>] Fixed a problem with the config file if PHP is set to parse .js
1871             files. </li>
1872         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1432120&amp;group_id=75348&amp;atid=543653">SF
1873             BUG-
1432120</a>] The &quot;UserFilesAbsolutePath&quot; setting is not correctly
1874             used
in the PHP uploader. </li>
1875         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1432120&amp;group_id=75348&amp;atid=543653">SF
1876             BUG-
1408869</a>] The collapse handler is now rendering correctly in Firefox 1.5.
1877         </li>
1878         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1410082&amp;group_id=75348&amp;atid=543653">SF
1879             BUG-
1410082</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1424240&amp;group_id=75348&amp;atid=543653">SF
1880                 BUG-
1424240</a>] The &quot;moz-bindings.xml&quot; file is now well formed. </li>
1881         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1413980&amp;group_id=75348&amp;atid=543653">SF
1882             BUG-
1413980</a>] All frameborder &quot;yes/no&quot; values have been changes to
1883             &quot;
1/0&quot;. </li>
1884         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1414101&amp;group_id=75348&amp;atid=543653">SF
1885             BUG-
1414101</a>] The fake table borders are now showing correctly when running under
1886             the &quot;file:
//&quot; protocol. </li>
1887         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1414155&amp;group_id=75348&amp;atid=543653">SF
1888             BUG-
1414155</a>] Small typo in the cell properties dialog window.</li>
1889         <li>Fixed a problem
in the File Manager. It was not working well with folder or file
1890             names with apostrophes (
'). Thanks to René de Jong.</li>
1891         <li>Small
"lenght" type corrected in the select dialog window. Thanks to Bernd Nussbaumer.</li>
1892         <li>The about box
is now showing correctly in Firefox 1.5.</li>
1893         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1464020&group_id=75348&atid=543655">SF
1894             Patch-
1464020</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155793&group_id=75348&atid=543653">SF
1895                 BUG-
1155793</a>] The "Unlink" command is now working correctly under Firefox
1896             
if you don't have a complete link selection. Thanks to Johnny Egeland.</li>
1897         <li>In the File Manager, it was not possible to upload files to folders with ampersands
1898             
in the name. Thanks to Mike Pone.</li>
1899         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1178359&group_id=75348&atid=543653">SF
1900             BUG-
1178359</a>] Elements from the toolbar are not anymore draggable in the editing
1901             area.</li>
1902         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1487544&group_id=75348&atid=543653">SF
1903             BUG-
1487544</a>] Fixed a small issue in the code formatter for &lt;br /&gt; and
1904             &lt;hr /&gt; tags.</li>
1905         <li>The
"Background Color" command now works correctly when the GeckoUseSPAN setting
1906             
is disabled (default).</li>
1907         <li>Links are now rendered
in blue with Firefox (they were black before). Actually,
1908             an entry
for it has been added to the editing area CSS, so you can customize with
1909             the color you prefer. </li>
1910     </ul>
1911     <p>
1912         * This version has been partially sponsored
by <a href="http://www.footsteps.nl/">Footsteps</a>
1913         and <a href=
"http://www.kentico.com/">Kentico</a>.
1914         <br />
1915         ** This version has been partially sponsored
by <a href="http://www.nextide.ca/">Nextide</a>.</p>
1916     <h3>
1917         Version
2.2</h3>
1918     <p>
1919         New Features and Improvements:</p>
1920     <ul>
1921         <li>Let
's welcome Wim Lemmens (didgiman). He's our new responsible for the ColdFusion
1922             integration. In
this version we are introducing his new files with the following
1923             changes:
1924             <ul>
1925                 <li>The &quot;<strong>Uploader</strong>&quot;, used
for quick uploads,&nbsp;is now available
1926                     <strong>natively
for ColdFusion</strong>. </li>
1927                 <li>Small bugs have been corrected
in the <strong>File Browser connector</strong>. </li>
1928                 <li>The samples now work
as is, even if you don't install the editor in the &quot;/FCKeditor&quot;
1929                     directory.</li>
1930             </ul>
1931         </li>
1932         <li>And a big welcome also to &quot;Andrew Liu&quot;, our responsible
for the <strong>
1933             Python</strong> integration. This version
is bringing <strong>native support for Python</strong>
1934             , including the File Browser connector and Quick Upload. </li>
1935         <li>The &quot;<strong>IsDirty()</strong>&quot; and &quot;<strong>ResetIsDirty()</strong>&quot;
1936             functions have been&nbsp;added to the&nbsp;JavaScript API&nbsp;to check
if the editor
1937             content has been changed.* </li>
1938         <li>New language files:
1939             <ul>
1940                 <li><strong>Hindi</strong> (
by Utkarshraj Atmaram) </li>
1941                 <li><strong>Latvian </strong>(
by Janis Klavin&scaron;)</li>
1942             </ul>
1943         </li>
1944         <li>For&nbsp;the
interface, now we have complete <strong>RTL support</strong> also for
1945             the drop-down toolbar commands, color selectors and context menu. </li>
1946         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1325113&amp;group_id=75348&amp;atid=543653">SF
1947             BUG-
1325113</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1277661&amp;group_id=75348&amp;atid=543653">SF
1948                 BUG-
1277661</a>] The new &quot;Delete Table&quot; command is available in the
1949             Context Menu
when right-clicking inside a table. </li>
1950         <li>The &quot;FCKConfig.DisableTableHandles&quot; configuration option
is now working
1951             
on Firefox 1.5. </li>
1952         <li>The
new &quot;<strong>OnBlur</strong>&quot; and &quot;<strong>OnFocus</strong>&quot;
1953             events have been added to the JavaScript API (IE only). See&nbsp;&quot;_samples/html/sample09.html&quot;&nbsp;*
1954         </li>
1955         <li><strong><font color=
"#ff0000">Attention</font></strong>: The &quot;<strong>GetHTML</strong>&quot;
1956             function has been deprecated. It now returns the same
value as &quot;<strong>GetXHTML</strong>&quot;.
1957             The same
is valid for the &quot;EnableXHTML&quot; and &quot;EnableSourceXHTML&quot;
1958             that have no effects now. The editor now works with XHTML output only. </li>
1959         <li><strong><font color=
"#ff0000">Attention</font></strong>: A new &quot;<strong>PreserveSessionOnFileBrowser</strong>&quot;
1960             configuration option has been introduced. It makes it possible to
set whenever is
1961             needed to maintain the user session
in the File Browser. It is disabled by default,
1962             
as it has very specific usage and may cause the File Browser to be blocked by popup
1963             blockers. If you have custom File Browsers that depends
on session information,
1964             remember to activate it. </li>
1965         <li><strong><font color=
"#ff0000">Attention</font></strong>: The &quot;<strong>fun</strong>&quot;
1966             smileys
set has been removed from the package. If you are using it, you must manually
1967             copy it to newer installations and upgrades. </li>
1968         <li><strong><font color=
"#ff0000">Attention</font></strong>: The &quot;<strong>mcpuk</strong>&quot;
1969             file browser has been removed
from the package. We have no ways to support it. There
1970             were also some licensing issues with it. Its web site can still be found at <a href=
"http://mcpuk.net/fbxp/">
1971                 http:
//mcpuk.net/fbxp/</a>. </li>
1972         <li>It
is now possible to set different CSS styles for the chars in the Special Chars
1973             dialog window
by adding the &quot;SpecialCharsOut&quot; and &quot;SpecialCharsOver&quot;
1974             
in the &quot;fck_dialog.css&quot; skin file.* </li>
1975         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1268726&amp;group_id=75348&amp;atid=543655">SF
1976             Patch-
1268726</a>] Added table &quot;summary&quot; support in the table dialog.
1977             Thanks to Sebastien-Mahe. </li>
1978         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1284380&amp;group_id=75348&amp;atid=543655">SF
1979             Patch-
1284380</a>] It is now possible to define the icon of a FCKToolbarPanelButton
1980             
object without being tied to the skin path (just like FCKToolbarButton). Thanks
1981             to Ian Sullivan. </li>
1982         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1338610&amp;group_id=75348&amp;atid=543655">SF
1983             Patch-
1338610</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1263009&amp;group_id=75348&amp;atid=543656">SF
1984                 Patch-
1263009</a>] New characters have been added to the &quot;Special Characters&quot;
1985             dialog window. Thanks to Deian. </li>
1986         <li>You can
set the QueryString value &quot;fckdebug=true&quot; to activate &quot;debug
1987             mode&quot;
in the editor (showing the debug window), overriding the configurations.
1988             The &quot;AllowQueryStringDebug&quot; configuration option
is also available so
1989             you can disable
this feature.</li>
1990     </ul>
1991     <p>
1992         Fixed Bugs:</p>
1993     <ul>
1994         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1363548&amp;group_id=75348&amp;atid=543653">SF
1995             BUG-
1363548</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1364425&amp;group_id=75348&amp;atid=543653">SF
1996                 BUG-
1364425</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1335045&amp;group_id=75348&amp;atid=543653">SF
1997                     BUG-
1335045</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289661&amp;group_id=75348&amp;atid=543653">SF
1998                         BUG-
1289661</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225370&amp;group_id=75348&amp;atid=543653">SF
1999                             BUG-
1225370</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156291&amp;group_id=75348&amp;atid=543653">SF
2000                                 BUG-
1156291</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1165914&amp;group_id=75348&amp;atid=543653">SF
2001                                     BUG-
1165914</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1111877&amp;group_id=75348&amp;atid=543653">SF
2002                                         BUG-
1111877</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092373&amp;group_id=75348&amp;atid=543653">SF
2003                                             BUG-
1092373</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1101596&amp;group_id=75348&amp;atid=543653">SF
2004                                                 BUG-
1101596</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246952&amp;group_id=75348&amp;atid=543653">SF
2005                                                     BUG-
1246952</a>] The URLs for links and
2006             images are now correctly preserved
as entered, no matter if you are using relative
2007             or absolute paths. </li>
2008         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162809&amp;group_id=75348&amp;atid=543653">SF
2009             BUG-
1162809</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205638&amp;group_id=75348&amp;atid=543653">SF
2010                 BUG-
1205638</a>] The &quot;Image&quot; and &quot;Flash&quot;&nbsp;dialog windows
2011             now loads the preview correctly
if the &quot;BaseHref&quot; configuration option
2012             
is set. </li>
2013         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1329807&amp;group_id=75348&amp;atid=543653">SF
2014             BUG-
1329807</a>] The alert boxes are now showing correctly when doing cut/copy/paste
2015             operations
on Firefox installations when it is not possible to execute that operations
2016             due to security settings. </li>
2017         <li>A
new &quot;Panel&quot; system (used in the drop-dowm toolbar commands, color selectors
2018             and context menu) has been developed. The following bugs have been
fixed with it:
2019             <ul>
2020                 <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1186927&amp;group_id=75348&amp;atid=543653">SF
2021                     BUG-
1186927</a>] On IE, sometimes the context menu was being partially hidden.*
2022                 </li>
2023                 <li>On Firefox, the context menu was flashing
in the wrong position before showing.
2024                 </li>
2025                 <li>On Firefox
1.5, the Color Selector was not working. </li>
2026                 <li>On Firefox
1.5, the fonts in the panels were too big. </li>
2027                 <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076435&amp;group_id=75348&amp;atid=543653">SF
2028                     BUG-
1076435</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1200631&amp;group_id=75348&amp;atid=543653">SF
2029                         BUG-
1200631</a>] On Firefox, sometimes the context menu was being shown in the
2030                     wrong position.</li>
2031             </ul>
2032         </li>
2033         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1364094&amp;group_id=75348">SF
2034             BUG-
1364094</a>] Font families were <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=317572">
2035                 not being rendered correctly
on Firefox</a> . </li>
2036         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1315954&amp;group_id=75348">SF
2037             BUG-
1315954</a>] No error is thrown when pasting some case specific code from editor
2038             to editor. </li>
2039         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1341553&amp;group_id=75348&amp;atid=543653">SF
2040             BUG-
1341553</a>] A small fix for a security alert in the File&nbsp;Browser has been
2041             applied. </li>
2042         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1370953&amp;group_id=75348&amp;atid=543653">SF
2043             BUG-
1370953</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1339898&amp;group_id=75348&amp;atid=543653">SF
2044                 BUG-
1339898</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1323319&amp;group_id=75348&amp;atid=543653">SF
2045                     BUG-
1323319</a>] A message will be shown to the user (instead of a JS error)&nbsp;if
2046             a &quot;popup blocker&quot; blocks the &quot;Browser Server&quot; button. Thanks
2047             to Erwin Verdonk. </li>
2048         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1370355&amp;group_id=75348&amp;atid=543653">SF
2049             BUG-
1370355</a>] Anchor links that points to a single character anchor, like &quot;#A&quot;,
2050             are now correctly detected
in the Link dialog window. Thanks to Ricky Casey. </li>
2051         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1368998&amp;group_id=75348&amp;atid=543653">SF
2052             BUG-
1368998</a>] Custom error processing has been added to the file upload on the
2053             File Browser. </li>
2054         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1367802&amp;group_id=75348&amp;atid=543653">SF
2055             BUG-
1367802</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1207740&amp;group_id=75348&amp;atid=543653">SF
2056                 BUG-
1207740</a>] A message is shown to the user if a dialog box is blocked by
2057             a popup blocker
in Firefox. </li>
2058         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1358891&amp;group_id=75348&amp;atid=543653">SF
2059             BUG-
1358891</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1340960&amp;group_id=75348&amp;atid=543653">SF
2060                 BUG-
1340960</a>] The editor not works locally (without a web server) on directories
2061             
where the path contains spaces. </li>
2062         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1357247&amp;group_id=75348&amp;atid=543653">SF
2063             BUG-
1357247</a>] The editor now intercepts SHIFT + INS keystrokes when needed. </li>
2064         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1328488&amp;group_id=75348&amp;atid=543653">SF
2065             BUG-
1328488</a>] <strong><font color="#ff0000">Attention</font></strong>: The Page
2066             Break command now produces different tags&nbsp;to avoid&nbsp;XHTML compatibility
2067             issues. Any Page Break previously applied to content produced with previous versions
2068             of FCKeditor will not me rendered now, even
if&nbsp;they will still be working correctly.
2069         </li>
2070         <li>It
is now possible to allow cut/copy/past operations on Firefox using the <a
2071             href=
"http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard"
2072             target=
"_blank">user.js</a> file. </li>
2073         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1336792&amp;group_id=75348&amp;atid=543653">SF
2074             BUG-
1336792</a>] A fix has been applied to the XHTML processor to allow tag names
2075             with the &quot;minus&quot;
char (-). </li>
2076         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1339560&amp;group_id=75348&amp;atid=543653">SF
2077             BUG-
1339560</a>] The editor now correctly removes the &quot;selected&quot; option
2078             
for checkboxes and radio buttons. </li>
2079         <li>The Table dialog box now selects the table correctly
when right-clicking on objects
2080             (like images) placed inside the table. </li>
2081         <li><strong><font color=
"#ff0000">Attention</font></strong>: A few changes have been
2082             made
in the skins. If you have a custom skin, it is recommended you to make a diff
2083             of the fck_contextmenu.css file of the
default skin with your implementation. </li>
2084         <li>Mouse
select (marking&nbsp;things in blue, like selecting text) has been disabled
2085             
on panels (drop-down menu commands, color selector and context menu) and toolbar,
2086             
for both IE and Firefox. </li>
2087         <li>On Gecko, fake borders will not be applied to tables with the border attribute
set
2088             to more than
0, but placed inside tables with border set to 0. </li>
2089         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1360717&amp;group_id=75348&amp;atid=543653">SF
2090             BUG-
1360717</a>] A wrapping issue in the &quot;Silver&quot; skin has been corrected.
2091             Thanks to Ricky Casey. </li>
2092         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251145&amp;group_id=75348&amp;atid=543653">SF
2093             BUG-
1251145</a>] In IE, the focus is now maintained in the text when clicking in
2094             the empty area&nbsp;following it. </li>
2095         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181386&amp;group_id=75348&amp;atid=543653">SF
2096             BUG-
1181386</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1237791&amp;group_id=75348&amp;atid=543653">SF
2097                 BUG-
1237791</a>] The &quot;Stylesheet Classes&quot; field in the Link dialog
2098             window
in now applied correctly on IE. Thanks to Andrew Crowe. </li>
2099         <li>The &quot;Past
from Word&quot; dialog windows is now showing correctly on Firefox
2100             
on some languages. </li>
2101         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1315008&amp;group_id=75348&amp;atid=543653">SF
2102             BUG-
1315008</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1241992&amp;group_id=75348&amp;atid=543653">SF
2103                 BUG-
1241992</a>] IE, when selecting objects (like images) and hitting the &quot;Backspace&quot;
2104             button, the browser
's &quot;back&quot; will not get executed anymore and the object
2105             will be correctly deleted. </li>
2106         <li>The &quot;AutoDetectPasteFromWord&quot;
is now working correctly in IE. Thanks to
2107             Juan Ant. G&oacute;mez. </li>
2108         <li>A small enhancement has been made
in the Word pasting detection. Thanks to Juan
2109             Ant. G&oacute;mez. </li>
2110         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090686&amp;group_id=75348&amp;atid=543653">SF
2111             BUG-
1090686</a>] No more conflict with Firefox &quot;Type-Ahead Find&quot; feature.
2112         </li>
2113         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=942653&amp;group_id=75348&amp;atid=543653">SF
2114             BUG-
942653</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155856&amp;group_id=75348&amp;atid=543653">SF
2115                 BUG-
1155856</a>] The &quot;width&quot; and &quot;height&quot; of images sized
2116             
using the inline handlers are now correctly loaded in the image dialog box. </li>
2117         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1209093&amp;group_id=75348&amp;atid=543653">SF
2118             BUG-
1209093</a>] When &quot;Full Page Editing&quot; is active, in the &quot;Document
2119             Properties&quot; dialog, the &quot;Browse Server&quot; button
for the page background
2120             
is now correctly hidden if &quot;ImageBrowser&quot; is set to &quot;false&quot;
2121             
in the configurations file. Thanks to Richard. </li>
2122         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1120266&amp;group_id=75348&amp;atid=543653">SF
2123             BUG-
1120266</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1186196&amp;group_id=75348&amp;atid=543653">SF
2124                 BUG-
1186196</a>] The editor now retains the focus when selecting commands in
2125             the toolbar. </li>
2126         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1244480&amp;group_id=75348&amp;atid=543653">SF
2127             BUG-
1244480</a>] The editor now will look first to linked fields &quot;ids&quot;
2128             and&nbsp;second to &quot;names&quot;. </li>
2129         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1252905&amp;group_id=75348&amp;atid=543653">SF
2130             BUG-
1252905</a>] The &quot;InsertHtml&quot; function now preserves URLs as entered.
2131         </li>
2132         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1266317&amp;group_id=75348&amp;atid=543653">SF
2133             BUG-
1266317</a>] Toolbar commands are not anymore executed outside the editor. </li>
2134         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1365664&amp;group_id=75348&amp;atid=543653">SF
2135             BUG-
1365664</a>] The &quot;wrap=virtual&quot; attribute has been removed from the
2136             integration files
for validation purposes. No big impact. </li>
2137         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=972193&amp;group_id=75348&amp;atid=543653">SF
2138             BUG-
972193</a>] Now just one click is needed to active the cursor inside the editor.
2139         </li>
2140         <li>The hidden fields used
by the editor are now protected from changes using the &quot;Web
2141             Developer Add-On &gt; Forms &gt; Display Forms Details&quot; extension. Thanks to
2142             Jean-Marie Griess. </li>
2143         <li>On IE, the &quot;Format&quot; toolbar dropdown now reflects the current paragraph
2144             type
on IE. Because of a bug in the browser, it is quite dependent on the browser
2145             language and the editor
interface language (both must be the same). Also, as the
2146             &quot;Normal (DIV)&quot; type
is seen by IE as &quot;Normal&quot;, to avoid confusion,
2147             both types are ignored
by this fix. </li>
2148         <li>On some very rare cases, IE was loosing the &quot;align&quot; attribute
for DIV
2149             tags. Fixed. </li>
2150         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1388799&amp;group_id=75348">SF
2151             BUG-
1388799</a>] The code formatter was removing spaces on the beginning of lines
2152             inside PRE tags. Fixed. </li>
2153         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1387135&amp;group_id=75348&amp;atid=543653">SF
2154             BUG-
1387135</a>] No more &quot;NaN&quot; values in the image dialog, when changing
2155             the sizes
in some situations. </li>
2156         <li>Corrected a small type
in the table handler. </li>
2157         <li>You can now
set the &quot;z-index&quot; for floating panels (toolbar dropdowns,
2158             color selectors, context menu)
in Firefox, avoiding having them hidden under another
2159             objects. By
default it is set to 10,000. Use the FloatingPanelsZIndex configuration
2160             option to change
this value.</li>
2161     </ul>
2162     <p>
2163         <strong>Special thanks</strong> to <a target=
"_blank" href="https://sourceforge.net/users/alfonsoml/">
2164             Alfonso Martinez</a>, who have provided many patches and suggestions
for the
2165         following features / fixes present
in this version. I encourage all you to <a href="https://sourceforge.net/donate/index.php?user_id=1356422">
2166             donate</a> to Alfonso,
as a way to say thanks for his nice open source approach.
2167         Thanks Alfonso!. Check
out his contributions:</p>
2168     <ul>
2169         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1364094&amp;group_id=75348">SF
2170             BUG-
1352539</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1208348&amp;group_id=75348&amp;atid=543653">SF
2171                 BUG-
1208348</a>] With Firefox, no more &quot;fake&quot; selections are appearing
2172             
when inserting images, tables, special chars or when using the &quot;insertHtml&quot;
2173             function. </li>
2174         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543655&amp;aid=1382588&amp;group_id=75348">SF
2175             Patch-
1382588</a>] The &quot;FCKConfig.DisableImageHandles&quot; configuration option
2176             
is not working on Firefox 1.5. </li>
2177         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1368586&amp;group_id=75348&amp;atid=543655">SF
2178             Patch-
1368586</a>] Some fixes have been applied to the Flash dialog box and the
2179             Flash pre-processor. </li>
2180         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1360253&amp;group_id=75348&amp;atid=543655">SF
2181             Patch-
1360253</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1378782&amp;group_id=75348&amp;atid=543653">SF
2182                 BUG-
1378782</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1305899&amp;group_id=75348&amp;atid=543653">SF
2183                     BUG-
1305899</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1344738&amp;group_id=75348&amp;atid=543653">SF
2184                         BUG-
1344738</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1347808&amp;group_id=75348&amp;atid=543653">SF
2185                             BUG-
1347808</a>] On dialogs, some fields&nbsp;became impossible
2186             to
select or change when using Firefox. It has been fixed. </li>
2187         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1357445&amp;group_id=75348&amp;atid=543655">SF
2188             Patch-
1357445</a>] Add support for DIV in the Format drop-down combo for Firefox.
2189         </li>
2190         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1350465&amp;group_id=75348&amp;atid=543653">SF
2191             BUG-
1350465</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1376175&amp;group_id=75348&amp;atid=543653">SF
2192                 BUG-
1376175</a>] The &quot;Cell Properties&quot; dialog now works correctly
2193             
when right-clicking in an object (image, for example) placed inside the cell itself.
2194         </li>
2195         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1349166&amp;group_id=75348&amp;atid=543655">SF
2196             Patch-
1349166</a>] On IE, there is now support for namespaces on tags names. </li>
2197         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1350552&amp;group_id=75348&amp;atid=543655">SF
2198             Patch-
1350552</a>] Fix the display issue when applying styles on tables. </li>
2199         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1352320&amp;group_id=75348&amp;atid=543655">SF
2200             Patch-
1352320</a> ] Fixed&nbsp;a wrong&nbsp;usage of the &quot;parentElement&quot;
2201             property
on Gecko. </li>
2202         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1355007&amp;group_id=75348&amp;atid=543655">SF
2203             Patch-
1355007</a>] The new &quot;FCKDebug.OutputObject&quot; function is available
2204             to dump all
object information in the debug window. </li>
2205         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1329500&amp;group_id=75348&amp;atid=543655">SF
2206             Patch-
1329500</a>] It is now possible to delete table columns when clicking on a
2207             TH cell of the column. </li>
2208         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1315351&amp;group_id=75348&amp;atid=543655">SF
2209             Patch-
1315351</a>] It is now possible to pass the image width and height to the
2210             &quot;SetUrl&quot; function of the Flash dialog box. </li>
2211         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1327384&amp;group_id=75348&amp;atid=543655">SF
2212             Patch-
1327384</a>] TH tags are now correctly handled by the source code formatter
2213             and the &quot;FillEmptyBlocks&quot; configuration option. </li>
2214         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1327406&amp;group_id=75348&amp;atid=543655">SF
2215             Patch-
1327406</a>] Fake borders are now displayed for TH elements on tables with
2216             border
set to 0. Also, on Firefox, it will now work even if the border attribute
2217             
is not defined and the borders are not dotted. </li>
2218         <li>Hidden fields now
get rendered on Firefox. </li>
2219         <li>The BasePath
is now included in the debugger URL to avoid problems when calling
2220             it
from plugins.</li>
2221     </ul>
2222     <p>
2223         * This version has been partially sponsored
by <a target="_blank" href="http://www.alkacon.com">
2224             Alkacon Software</a>.</p>
2225     <h3>
2226         Version
2.1.1</h3>
2227     <p>
2228         New Features and Improvements:</p>
2229     <ul>
2230         <li>The
new &quot;<strong>Insert Page Break</strong>&quot;&nbsp;command (for printing)&nbsp;has
2231             been introduced.* </li>
2232         <li>The editor package now has a root directory called &quot;FCKeditor&quot;.</li>
2233     </ul>
2234     <p>
2235         Fixed Bugs:</p>
2236     <ul>
2237         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1326285&amp;group_id=75348&amp;atid=543653">SF
2238             BUG-
1326285</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1316430&amp;group_id=75348&amp;atid=543653">SF
2239                 BUG-
1316430</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1323662&amp;group_id=75348&amp;atid=543653">SF
2240                     BUG-
1323662</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1326223&amp;group_id=75348&amp;atid=543653">SF
2241                         BUG-
1326223</a>] We are doing a little step back with this version.
2242             The ENTER and BACKSPACE behavior changes
for Firefox have been remove. It is a nice
2243             feature, but we need much more testing&nbsp;
on it. It introduced some bugs and so
2244             its preferable to not have that feature, avoiding problems (even
if that feature
2245             was intended to solve some issues). </li>
2246         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289372&amp;group_id=75348&amp;atid=543653">SF
2247             BUG-
1275714</a>] Comments in the beginning of the source are now preserved when
2248             
using the &quot;undo&quot; and &quot;redo&quot; commands. </li>
2249         <li>The &quot;undo&quot; and &quot;redo&quot; commands now work
for the Style command.
2250         </li>
2251         <li>An error
in the execution of the pasting commands on Firefox has been fixed. </li>
2252         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1326184&amp;group_id=75348">SF
2253             BUG-
1326184</a>] No strange (invalid) entities are created when using Firefox. Also,
2254             the &amp;nbsp; used
by the FillEmptyBlocks setting is maintained even if you disable
2255             the ProcessHTMLEntities setting.</li>
2256     </ul>
2257     <p>
2258         * This version has been partially sponsored
by <a target="_blank" href="http://www.acttive.com.br/">
2259             Acctive Software&nbsp;S.A.</a>.</p>
2260     <h3>
2261         Version
2.1</h3>
2262     <p>
2263         New Features and Improvements:</p>
2264     <ul>
2265         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1200328&amp;group_id=75348&amp;atid=543653">SF
2266             BUG-
1200328</a>] The editor now offers a way to &quot;protect&quot; part of the
2267             source to remain untouched
while editing or changing views.&nbsp;Just use the &quot;FCKConfig.ProtectedSource&quot;
2268             
object to configure it and customize to your needs. It is based on regular expressions.
2269             See fckconfig.js
for some samples. </li>
2270         <li>The editor now offers native support
for <strong>Lasso</strong>. Thanks and welcome&nbsp;to
2271             our
new developer Jason Huck. </li>
2272         <li>New language files are available:
2273             <ul>
2274                 <li><strong>Faraose</strong> (
by S&iacute;min Lassaberg and&nbsp;Helgi Arnthorsson)
2275                 </li>
2276                 <li><strong>Malay</strong> (
by Fairul Izham Mohd Mokhlas) </li>
2277                 <li><strong>Mongolian</strong> (
by Lkamtseren Odonbaatar) </li>
2278                 <li><strong>Vietnamese</strong> (
by Phan Binh Giang)</li>
2279             </ul>
2280         </li>
2281         <li>A
new configurable&nbsp;ColdFusion connector is available. Thanks to Mark Woods.
2282             Many enhancements has been introduced with it. </li>
2283         <li>The PHP connector
for the default File Browser now sorts the folders and files names.
2284         </li>
2285         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289372&amp;group_id=75348&amp;atid=543653">SF
2286             BUG-
1289372</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1282758&amp;group_id=75348&amp;atid=543653">SF
2287                 BUG-
1282758</a>] In the PHP connector it is now possible to set the absolute
2288             (server) path to the User Files directory, avoiding problems with Virtual Directories,
2289             Symbolic Links or Aliases. Take a look at the config.php file. </li>
2290         <li>The ASP.Net uploader (
for Quick Uploads) has been added to the package. </li>
2291         <li>A
new way to define <strong>simple &quot;combo&quot; toolbar items</strong> , like
2292             Style and Font, has been introduced.&nbsp;Thanks&nbsp;to Steve Lineberry.&nbsp;See
2293             sample06.html and the &quot;simplecommands&quot; plugin&nbsp;to fully understand
2294             it. </li>
2295         <li>A
new test case has been added that shows how to set the editor background dynamically
2296             without
using a CSS. </li>
2297         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155906&amp;group_id=75348&amp;atid=543653">SF
2298             BUG-
1155906</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1110116&amp;group_id=75348&amp;atid=543653">SF
2299                 BUG-
1110116</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1216332&amp;group_id=75348&amp;atid=543653">SF
2300                     BUG-
1216332</a>] The &quot;AutoDetectPasteFromWord&quot; configuration option
2301             
is back (IE only feature). </li>
2302         <li>The&nbsp;
new &quot;OnAfterLinkedFieldUpdate&quot; event has been introduced. If
2303             
is fired when the editor updates its hidden associated field. </li>
2304         <li>Attention: The color of the right border of the toolbar (left
on RTL interfaces)
2305             has been moved
from code to the CSS (TB_SideBorder class). Update your custom skins.
2306         </li>
2307         <li>A&nbsp;sample &quot;htaccess.txt&quot; file has been added to the editor
's package
2308             to show how to configure some Linux sites that could present problems
on Firefox
2309             with &quot;Illegal characters&quot; errors. Respectively the &quot;&iuml;&raquo;&iquest;&quot;
2310             chars. </li>
2311         <li>With the JavaScript, ASP and PHP integration files, you can
set the QueryString
2312             
value &quot;fcksource=true&quot; to load the editor using the source files (located
2313             
in the _source directory) instead of the compressed ones. Thanks to Kae Verens for
2314             the suggestion. </li>
2315         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246623&amp;group_id=75348&amp;atid=543656">SF
2316             Feature-
1246623</a>] The new configuration option &quot;ForceStrongEm&quot; has
2317             been introduced so you can force the editor to convert all &lt;B&gt; and &lt;I&gt;
2318             tags to &lt;STRONG&gt; and &lt;EM&gt; respectively. </li>
2319         <li>A nice contribution has been done
by Goss Interactive Ltd:
2320             <ul>
2321                 <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246949&amp;group_id=75348&amp;atid=543653">SF
2322                     BUG-
1246949</a>] Implemented ENTER key and BACKSPACE key handlers for Gecko so that
2323                     P tags (or an appropriate block element)
get inserted instead of BR tags when not
2324                     
in the UseBROnCarriageReturn config mode.
2325                     <br />
2326                     The ENTER key handling has been written to function much the same
as the ENTER key
2327                     handling
on IE : as soon as the ENTER key is pressed, existing content will be wrapped
2328                     with a suitable block element (P tag)
as appropriate and a new block element (P
2329                     tag) will be started.
2330                     <br />
2331                     The ENTER key handler also caters
for pressing ENTER within empty list items - ENTER
2332                     
in an empty item at the top of a list will remove that list item and start a new
2333                     P tag above the list; ENTER
in an empty item at the bottom of a list will remove
2334                     that list item and start a
new P tag below the list; ENTER in an empty item in the
2335                     middle of a list will
remove that list item, split the list into two, and start
2336                     a
new P tag between the two lists. </li>
2337                 <li>Any tables that are found to be incorrectly nested within a block element (P tag)
2338                     will be moved
out of the block element when loaded into the editor. This is required
2339                     
for the new ENTER/BACKSPACE key handlers and it also avoids non-compliant HTML.&nbsp;
2340                 </li>
2341                 <li>The InsertOrderedList and InsertUnorderedList commands have been overridden
on Gecko
2342                     to ensure that block elements (P tags) are placed around a list item
's content when
2343                     it
is moved out of the list due to clicking on the editor's list toolbar buttons
2344                     (
when not in the UseBROnCarriageReturn config mode). </li>
2345             </ul>
2346         </li>
2347     </ul>
2348     <p>
2349         Fixed Bugs:</p>
2350     <ul>
2351         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1253255&amp;group_id=75348&amp;atid=543653">SF
2352             BUG-
1253255</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1253255&amp;group_id=75348&amp;atid=543653">SF
2353                 BUG-
1265520</a>] Due to changes on version 2.0, the anchor list was not anymore
2354             visible
in the link dialog window. It has been fixed. </li>
2355         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1242979&amp;group_id=75348">SF
2356             BUG-
1242979</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251354&amp;group_id=75348&amp;atid=543653">SF
2357                 BUG-
1251354</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1256178&amp;group_id=75348&amp;atid=543653">SF
2358                     BUG-
1256178</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1274841&amp;group_id=75348&amp;atid=543653">SF
2359                         BUG-
1274841</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1303949&amp;group_id=75348&amp;atid=543653">SF
2360                             BUG-
1303949</a>] Due to a bug on Firefox, some keys stopped working
2361             
on startup over Firefox. It has been fixed. </li>
2362         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251373&amp;group_id=75348&amp;atid=543653">SF
2363             BUG-
1251373</a> ] The above fix also has&nbsp;corrected some strange behaviors on
2364             Firefox. </li>
2365         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1144258">SF
2366             BUG-
1144258</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1092081">SF
2367                 BUG-
1092081</a>] The File Browsers now run on the&nbsp;same server session used
2368             
in the page where the editor is placed in (IE issue). Thanks to Simone Chiaretta.
2369         </li>
2370         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1305619&amp;group_id=75348&amp;atid=543653">SF
2371             BUG-
1305619</a> ] No more repeated login dialogs when running the editor with Windows
2372             Integrated Security with IIS. </li>
2373         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1245304&amp;group_id=75348&amp;atid=543655">SF
2374             Patch-
1245304</a>] The Test Case 004 is now working correctly. It has been changed
2375             to
set the editor hidden at startup. </li>
2376         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1290610&amp;group_id=75348&amp;atid=543653">SF
2377             BUG-
1290610</a> ] Over HTTPS, there were some warnings when loading the Images,
2378             Flash and Link dialogs. Fixed. </li>
2379         <li>Due to Gecko bugs, two errors were thrown
when loading the editor in a hidden div.
2380             Workarounds have been introduced. In any
case, the testcase 004 hack is needed when
2381             showing the editor (
as in a tabbed interface). </li>
2382         <li>An invalid path
in the dialogs CSS file has been corrected. </li>
2383         <li>On IE, the Undo/Redo can now be controlled
using the Ctrl+Z and Ctrl+Y shortcut
2384             keys. </li>
2385         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1295538&amp;group_id=75348&amp;atid=543653">SF
2386             BUG-
1295538</a> ] A few Undo/Redo fixes for IE have been done. </li>
2387         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1247070&amp;group_id=75348&amp;atid=543653">SF
2388             BUG-
1247070</a>] On Gecko, it is now possible to use the shortcut keys for Bold
2389             (CTRL+B), Italic (CTRL+I) and Underline (CTRL+U), like
in IE. </li>
2390         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1274303&amp;group_id=75348&amp;atid=543653">SF
2391             BUG-
1274303</a>] The &quot;Insert Column&quot; command is now working correctly
2392             
on TH cells. It also copies any attribute applied to the source cells. </li>
2393         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1287070&amp;group_id=75348&amp;atid=543655">SF
2394             Patch-
1287070</a> ] In the Universal Keyboard, the Arabic keystrokes translator
2395             
is now working with Firefox. Thanks again to Abdul-Aziz Al-Oraij. </li>
2396         <li>The editor now handles AJAX requests with HTTP status
304. </li>
2397         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157780&amp;group_id=75348&amp;atid=543653">SF
2398             BUG-
1157780</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229077&amp;group_id=75348&amp;atid=543653">SF
2399                 BUG-
1229077</a>] Weird comments are now handled correctly (ignored on some cases).
2400         </li>
2401         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155774&amp;group_id=75348&amp;atid=543653">SF
2402             BUG-
1155774</a>] A spelling error in the Bulleted List Properties dialog has been
2403             corrected. </li>
2404         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1272018&amp;group_id=75348&amp;atid=543653">SF
2405             BUG-
1272018</a>] The ampersand character can now be added from the Special Chars
2406             dialog. </li>
2407         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1263161&amp;group_id=75348&amp;atid=543653">SF
2408             BUG-
1263161</a>] A small fix has been applied to the sampleposteddata.php file.
2409             Thanks to Mike Wallace. </li>
2410         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1241504&amp;group_id=75348&amp;atid=543653">SF
2411             BUG-
1241504</a>] The editor now looks also for the ID of the hidden linked field.
2412         </li>
2413         <li>The caption property
on tables is now working on Gecko. Thanks to Helen Somers (Goss
2414             Interactive Ltd). </li>
2415         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1297431&amp;group_id=75348&amp;atid=543653">SF
2416             BUG-
1297431</a>] With IE, the editor now works locally when its files are placed
2417             
in a directory path that contains spaces. </li>
2418         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1279551&amp;group_id=75348&amp;atid=543653">SF
2419             BUG-
1279551</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1242105&amp;group_id=75348&amp;atid=543653">SF
2420                 BUG-
1242105</a>] On IE, some features are dependant of ActiveX components (secure...
2421             distributed&nbsp;with IE itself). Some security setting could avoid the usage of
2422             those components and the editor would stop working. Now a message
is shown, indicating
2423             the use the minimum necessary settings need&nbsp;
by the editor to run. </li>
2424         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1298880&amp;group_id=75348&amp;atid=543653">SF
2425             BUG-
1298880</a>] Firefox can't handle the STRONG and EM tags. Those tags are now
2426             converted to B and I so it works accordingly. </li>
2427         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1271723&amp;group_id=75348&amp;atid=543653">SF
2428             BUG-
1271723</a>] On IE, it is now possible to select the text and work correctly
2429             
in the contents of absolute positioned/dimensioned divs. </li>
2430         <li>On IE, there
is no need to click twice in the editor to&nbsp;activate the cursor
2431             
in the editing area. </li>
2432         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1221621&amp;group_id=75348">SF
2433             BUG-
1221621</a>] Many &quot;warnings&quot; in the Firefox console are not thrown
2434             anymore. </li>
2435         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1295526&amp;group_id=75348&amp;atid=543653">SF
2436             BUG-
1295526</a>] While&nbsp;editing on &quot;FullPage&quot; mode the basehref is
2437             now active
for CSS &quot;link&quot; tags. </li>
2438         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1222584&amp;group_id=75348&amp;atid=543655">SF
2439             Patch-
1222584</a>] A small fix to the PHP connector has been applied. </li>
2440         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1281313&amp;group_id=75348&amp;atid=543655">SF
2441             Patch-
1281313</a>] A few small changes to avoid problems with Plone. Thanks to Jean-mat.
2442         </li>
2443         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1275911&amp;group_id=75348&amp;atid=543653">SF
2444             BUG-
1275911</a>] A check for double dots sequences on directory names on creation
2445             has been introduced to the PHP and ASP connectors.</li>
2446     </ul>
2447     <h3>
2448         Version
2.0</h3>
2449     <p>
2450         New Features and Improvements:</p>
2451     <ul>
2452         <li>The&nbsp;
new &quot;<strong>Flash</strong>&quot; command is available. Now you can
2453             easily handle Flash content, over IE and Gecko, including server browser integration
2454             and context menu support. Due to limitations of the browsers, it
is not possible
2455             to see the preview of the movie
while editing, so a nice &quot;placeholder&quot;
2456             
is used instead. * </li>
2457         <li>A&nbsp;&quot;<strong>Quick Upload</strong> &quot; option
is now available in the
2458             link, image and flash dialog windows, so the user don
't need to go (or have) the
2459             File Browser
for this operations. The ASP and PHP uploader&nbsp;are included.&nbsp;Take
2460             a look at the configuration file.*** </li>
2461         <li>Added support
for <strong>Active FoxPro Pages</strong> . Thanks to our new developer,
2462             S&ouml;nke Freitag. </li>
2463         <li>It
is now possible to <strong>disable the size handles</strong> for images and tables
2464             (IE only feature). Take a look at the DisableImageHandles and DisableTableHandles
2465             configuration options. </li>
2466         <li>The handles
on form fields&nbsp;(small squares around them) and the inline editing
2467             of&nbsp;its contents&nbsp;have been disabled. This makes it easier to users to use
2468             the controls. </li>
2469         <li>A much better support
for Word pasting operations has been introduced. Now it uses
2470             a dialog box,
in this way we have better results and more control.** </li>
2471         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225372&amp;group_id=75348&amp;atid=543655">SF
2472             Patch-
1225372</a>] A small change has been done to the PHP integration file. The
2473             generic __construct constructor has been added
for better PHP 5 sub-classing&nbsp;compatibility
2474             (backward compatible). Thanks to Marcus Bointon.</li>
2475     </ul>
2476     <p>
2477         Fixed Bugs:</p>
2478     <ul>
2479         <li>ATTENTION: Some security changes have been made to the connectors. Now you must
2480             explicitly enable the connector you want to use. Please test your application before
2481             deploying
this update. </li>
2482         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1211591">SF
2483             BUG-
1211591</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1204273&amp;group_id=75348&amp;atid=543653">SF
2484                 BUG-
1204273</a>] The connectors have been changed so it is not possible to use
2485             &quot;..&quot;
on directory names. </li>
2486         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219734&amp;group_id=75348&amp;atid=543655">SF
2487             Patch-
1219734</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219728&amp;group_id=75348&amp;atid=543653">SF
2488                 BUG-
1219728</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1208654&amp;group_id=75348&amp;atid=543653">SF
2489                     BUG-
1208654</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205442&amp;group_id=75348&amp;atid=543653">SF
2490                         BUG-
1205442</a>] There was an error in the page unload on some cases
2491             that has been
fixed. </li>
2492         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1209708">SF
2493             BUG-
1209708</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1214125">SF
2494                 BUG-
1214125</a>] The undo on IE is now working correctly when the user starts
2495             typing. </li>
2496         <li>The preview now loads &quot;Full Page&quot; editing correctly. It also uses the
2497             same XHTML code produced
by the final output. </li>
2498         <li>The &quot;Templates&quot; dialog was not working
on some very specific (and strange)
2499             occasions over IE. </li>
2500         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1199631&amp;group_id=75348">SF
2501             BUG-
1199631</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1171944&amp;group_id=75348&amp;atid=543653">SF
2502                 BUG-
1171944</a>] A new option is available to avoid a bad IE behavior that shows
2503             the horizontal scrollbar even
when not needed. You can now force the vertical scrollbar
2504             to be always visible. Just
set the &quot;IEForceVScroll&quot; configuration option
2505             to &quot;
true&quot;. Thanks to Grant Bartlett. </li>
2506         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212026&amp;group_id=75348&amp;atid=543655">SF
2507             Patch-
1212026</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1228860&amp;group_id=75348&amp;atid=543653">SF
2508                 BUG-
1228860</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1211775&amp;group_id=75348&amp;atid=543653">SF
2509                     BUG-
1211775</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1199824">SF
2510                         BUG-
1199824</a>] An error in the Packager has been corrected. </li>
2511         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1163669">SF
2512             BUG-
1163669</a>] The XHTML processor now adds a space before the closing slash of
2513             tags that don
't have a closing tag, like &lt;br /&gt;. </li>
2514         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1213733&amp;group_id=75348&amp;atid=543653">SF
2515             BUG-
1213733</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1216866&amp;group_id=75348&amp;atid=543653">SF
2516                 BUG-
1216866</a>]&nbsp;[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1209673&amp;group_id=75348&amp;atid=543653">SF
2517                     BUG-
1209673</a>]&nbsp;[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155454&amp;group_id=75348&amp;atid=543653">SF
2518                         BUG-
1155454</a>]&nbsp;[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1187936&amp;group_id=75348&amp;atid=543653">SF
2519                             BUG-
1187936</a> ]&nbsp;Now, on Gecko, the source is opened in a
2520             dialog window to avoid fatal errors (Gecko bugs). </li>
2521         <li>Some pages have been changed to avoid importing errors
on Plone. Thanks to Arthur
2522             Kalmenson. </li>
2523         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1171606&amp;group_id=75348&amp;atid=543653">SF
2524             BUG-
1171606</a>] There&nbsp;is a bug on IE that makes the editor to not work if
2525             the instance name matches a meta tag name. Fixed. </li>
2526         <li>On Firefox, the source code
is now opened in a dialog box, to avoid error on pages
2527             with more than one editor. </li>
2528         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225703&amp;group_id=75348&amp;atid=543655">SF
2529             Patch-
1225703</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1214941&amp;group_id=75348&amp;atid=543653">SF
2530                 BUG-
1214941</a>] The &quot;ForcePasteAsPlainText&quot; configuration option
2531             
is now working correctly on Gecko browsers. Thanks to Manuel Polo. </li>
2532         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1228836&amp;group_id=75348&amp;atid=543653">SF
2533             BUG-
1228836</a>] The &quot;Show Table Borders&quot; feature is now working on Gecko
2534             browsers. </li>
2535         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212529&amp;group_id=75348&amp;atid=543655">SF
2536             Patch-
1212529</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212517&amp;group_id=75348&amp;atid=543653">SF
2537                 BUG-
1212517</a>] The default File Browser now accepts connectors with querystring
2538             parameters (with &quot;?&quot;). Thanks to Tomas Jucius. </li>
2539         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1233318&amp;group_id=75348&amp;atid=543653">SF
2540             BUG-
1233318</a>] A JavaScript error thrown when using the Print command has been
2541             
fixed. </li>
2542         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229696&amp;group_id=75348&amp;atid=543653">SF
2543             BUG-
1229696</a>] A regular expression has been escaped to avoid problems when opening
2544             the code
in some editors. It has been moved to a&nbsp;dialog window. </li>
2545         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1231978&amp;group_id=75348&amp;atid=543653">SF
2546             BUG-
1231978</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1228939&amp;group_id=75348&amp;atid=543653">SF
2547                 BUG-
1228939</a>] The Preview window is now using the Content Type and Base href.
2548         </li>
2549         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1232056&amp;group_id=75348&amp;atid=543653">SF
2550             BUG-
1232056</a>] The&nbsp;anchor icon is now working correctly on IE. </li>
2551         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1232056&amp;group_id=75348&amp;atid=543653">SF
2552             BUG-
1202468</a>] The anchor icon is now available on Gecko too. </li>
2553         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1236279&amp;group_id=75348&amp;atid=543653">SF
2554             BUG-
1236279</a>] A security warning has been corrected when using the File Browser
2555             over HTTPS. </li>
2556         <li>The ASP implementation now avoid errors
when setting the editor value to null values.
2557         </li>
2558         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1237359&amp;group_id=75348&amp;atid=543653">SF
2559             BUG-
1237359</a>] The trailing &lt;BR&gt; added by Gecko at the end of the source
2560             
is now removed. </li>
2561         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1170828">SF
2562             BUG-
1170828</a>] No more &amp;nbsp; is added to the source when using the &quot;New
2563             Page&quot; button. </li>
2564         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1165264&amp;group_id=75348&amp;atid=543653">SF
2565             BUG-
1165264</a>] A&nbsp;new configuration option has been included to force the
2566             editor to ignore empty paragraph values&nbsp;(&lt;p&gt;&amp;nbsp;&lt;/p&gt;), returning
2567             empty (&quot;&quot;). </li>
2568         <li>No more &amp;nbsp;
is added when creating a table or adding columns, rows or cells.
2569         </li>
2570         <li>The &lt;TD&gt; tags are now included
in the FillEmptyBlocks configuration handling.
2571         </li>
2572         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1224829&amp;group_id=75348&amp;atid=543653">SF
2573             BUG-
1224829</a>] A small bug in the &quot;Find&quot; dialog has been fixed. </li>
2574         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1221307&amp;group_id=75348&amp;atid=543653">SF
2575             BUG-
1221307</a>] A small bug in the &quot;Image&quot; dialog has been fixed. </li>
2576         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219981&amp;group_id=75348&amp;atid=543653">SF
2577             BUG-
1219981</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155726&amp;group_id=75348&amp;atid=543653">SF
2578                 BUG-
1155726</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1178473&amp;group_id=75348&amp;atid=543653">SF
2579                     BUG-
1178473</a>] It is handling the &lt;FORM&gt;, &lt;TEXTAREA&gt; and &lt;SELECT&gt;
2580             tags &quot;name&quot; attribute correctly. Thanks to thc33. </li>
2581         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205403&amp;group_id=75348&amp;atid=543653">SF
2582             BUG-
1205403</a>] The checkbox and radio button values are now handled correctly
2583             
in their dialog windows. Thanks to thc33. </li>
2584         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1236626&amp;group_id=75348&amp;atid=543653">SF
2585             BUG-
1236626</a>] The toolbar now doesn't need to collapse when unloading the page
2586             (IE only). </li>
2587         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212559&amp;group_id=75348&amp;atid=543653">SF
2588             BUG-
1212559</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1017231&amp;group_id=75348&amp;atid=543653">SF
2589                 BUG-
1017231</a>] The &quot;Save&quot; button now calls the &quot;onsubmit&quot;
2590             
event before posting the form. The submit can be cancelled if the onsubmit returns
2591             &quot;
false&quot;. </li>
2592         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1215823&amp;group_id=75348&amp;atid=543653">SF
2593             BUG-
1215823</a>] The editor now works correctly on Firefox if it values is set to
2594             &quot;&lt;p&gt;&lt;/p&gt;&quot;. </li>
2595         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1217546&amp;group_id=75348&amp;atid=543653">SF
2596             BUG-
1217546</a>] No error is thrown when &quot;pasting as plain text&quot; and no
2597             text
is available for pasting (as an image for example). </li>
2598         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1207031&amp;group_id=75348&amp;atid=543653">SF
2599             BUG-
1207031</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1223978">SF
2600                 BUG-
1223978</a>] The context menu is now available in the source view. </li>
2601         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1213871">SF
2602             BUG-
1213871</a>] Undo has been added to table creation and table operation commands.
2603         </li>
2604         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205211&amp;group_id=75348&amp;atid=543653">SF
2605             BUG-
1205211</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229941&amp;group_id=75348&amp;atid=543653">SF
2606                 BUG-
1229941</a>] Small bug in the mcpuk file browser&nbsp;have been corrected.</li>
2607     </ul>
2608     <p>
2609         * This version has been partially sponsored
by <a target="_blank" href="http://www.infineon.com/">
2610             Infineon Technologies AG</a>.<br />
2611         ** This version has been partially sponsored
by <a href="http://www.visualsoft.co.uk">
2612             Visualsoft</a> <a href=
"http://www.visualsoft.co.uk/websolutions.html">Web Solutions</a>.<br />
2613         *** This version has been partially sponsored
by <a target="_blank" href="http://www.webcrossing.com">
2614             Web Crossing, Inc</a>.</p>
2615     <h3>
2616         Version
2.0&nbsp;FC (Final Candidate)</h3>
2617     <p>
2618         New Features and Improvements:</p>
2619     <ul>
2620         <li>A
new tab called &quot;<strong>Link</strong>&quot; is available in the<strong> Image
2621             Dialog</strong> window. In
this way you can insert or modify the image link directly
2622             
from that dialog.* </li>
2623         <li>The
new &quot;<strong>Templates</strong>&quot; command is now available. Now the
2624             user can
select from a list of pre-build HTML and fill the editor with it. Take
2625             a look at the &quot;_docs&quot;
for more info.** </li>
2626         <li>The <a target=
"_blank" href="http://mcpuk.net/fbxp/">mcpuk's</a> File Browser for
2627             PHP has been included
in the package. He became the official developer of the File
2628             Manager
for FCKeditor, so we can expect good news in the future. </li>
2629         <li>New configuration options are available to <strong>hide tabs</strong>
from the <strong>
2630             Image</strong> Dialog&nbsp;and <strong>Link</strong> Dialog windows: LinkDlgHideTarget,
2631             LinkDlgHideAdvanced, ImageDlgHideLink and ImageDlgHideAdvanced. </li>
2632         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1189442&amp;group_id=75348&amp;atid=543653">SF
2633             BUG-
1189442</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1187164&amp;group_id=75348&amp;atid=543653">SF
2634                 BUG-
1187164</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1185905&amp;group_id=75348&amp;atid=543653">SF
2635                     BUG-
1185905</a>] It is now possible to configure the editor to <strong>not convert Greek</strong>
2636             or special&nbsp;<strong>Latin </strong>letters to ther specific HTML entities. You
2637             can also configure it to not convert any character at all. Take a look at the &quot;ProcessHTMLEntities&quot;,
2638             &quot;IncludeLatinEntities&quot; and &quot;IncludeGreekEntities&quot; configuration
2639             options. </li>
2640         <li>New language files are available:
2641             <ul>
2642                 <li><strong>Basque</strong> (
by Ibon Igartua) </li>
2643                 <li><strong>English (Australia / United Kingdom)</strong> (
by Christopher Dawes) </li>
2644                 <li><strong>Ukrainian</strong> (
by Alexander Pervak)</li>
2645             </ul>
2646         </li>
2647         <li>The version and date information have been removed
from the files headers to avoid
2648             unecessary diffs
in source control systems when new versions are released (from
2649             now
on). </li>
2650         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1159854&amp;group_id=75348&amp;atid=543655">SF
2651             Patch-
1159854</a>] Ther HTML output rendered by the server side integration files
2652             are now XHTML compatible. </li>
2653         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181823&amp;group_id=75348&amp;atid=543653">SF
2654             BUG-
1181823</a>] It is now possible to set the desired DOCTYPE to use when edit
2655             HTML fragments (not
in Full Page mode). </li>
2656         <li>There
is now an optional way to implement different &quot;mouse over&quot; effects
2657             to the buttons
when they are &quot;on&quot; of &quot;off&quot;.</li>
2658     </ul>
2659     <p>
2660         Fixed Bugs:</p>
2661     <ul>
2662         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162200&amp;group_id=75348&amp;atid=543653">SF
2663             BUG-
1162200</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1161633&amp;group_id=75348&amp;atid=543653">SF
2664                 BUG-
1161633</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1050293&amp;group_id=75348&amp;atid=543653">SF
2665                     BUG-
1050293</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1058948&amp;group_id=75348&amp;atid=543653">SF
2666                         BUG-
1058948</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1109120&amp;group_id=75348&amp;atid=543653">SF
2667                             BUG-
1109120</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155408&amp;group_id=75348&amp;atid=543653">SF
2668                                 BUG-
1155408</a>] The IE memory leak bug has been solved. The
2669             code has been completely reviewed and many memory usage improvements have been done.
2670         </li>
2671         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1179645&amp;group_id=75348&amp;atid=543653">SF
2672             BUG-
1179645</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1183252&amp;group_id=75348&amp;atid=543653">SF
2673                 BUG-
1183252</a> ] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1166779&amp;group_id=75348&amp;atid=543653">SF
2674                     BUG-
1181647</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155627&amp;group_id=75348&amp;atid=543653">SF
2675                         BUG-
1155627</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155782&amp;group_id=75348&amp;atid=543653">SF
2676                             BUG-
1155782</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155750&amp;group_id=75348&amp;atid=543653">SF
2677                                 BUG-
1155750</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157166&amp;group_id=75348&amp;atid=543653">SF
2678                                     BUG-
1157166</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157857&amp;group_id=75348&amp;atid=543653">SF
2679                                         BUG-
1157857</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1158121&amp;group_id=75348&amp;atid=543653">SF
2680                                             BUG-
1158121</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1177153&amp;group_id=75348&amp;atid=543653">SF
2681                                                 BUG-
1177153</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1175847&amp;group_id=75348&amp;atid=543653">SF
2682                                                     BUG-
1175847</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155747&amp;group_id=75348&amp;atid=543653">SF
2683                                                         BUG-
1155747</a>] There was a loading
2684             problem
in Gecko browsers in some cases. It has been solved. </li>
2685         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1161147&amp;group_id=75348&amp;atid=543653">SF
2686             BUG-
1161147</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157635&amp;group_id=75348&amp;atid=543653">SF
2687                 BUG-
1157635</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1149805&amp;group_id=75348&amp;atid=543653">SF
2688                     BUG-
1149805</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124600&amp;group_id=75348&amp;atid=543653">SF
2689                         BUG-
1124600</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1117535&amp;group_id=75348&amp;atid=543653">SF
2690                             BUG-
1117535</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1118145&amp;group_id=75348&amp;atid=543653">SF
2691                                 BUG-
1118145</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1098113&amp;group_id=75348&amp;atid=543653">SF
2692                                     BUG-
1098113</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092272&amp;group_id=75348&amp;atid=543653">SF
2693                                         BUG-
1092272</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1086416&amp;group_id=75348&amp;atid=543653">SF
2694                                             BUG-
1086416</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1027952&amp;group_id=75348&amp;atid=543653">SF
2695                                                 BUG-
1027952</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=978441&amp;group_id=75348&amp;atid=543653">SF
2696                                                     BUG-
978441</a> ] A custom Undo/Redo system
2697             has been implemented
for IE. </li>
2698         <li>The editor startup execution
is now made in the right order (so configurations override
2699             works correctly). </li>
2700         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1166779&amp;group_id=75348&amp;atid=543653">SF
2701             BUG-
1166779</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1166651&amp;group_id=75348&amp;atid=543653">SF
2702                 BUG-
1166651</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1066198&amp;group_id=75348&amp;atid=543653">SF
2703                     BUG-
1066198</a>]&nbsp;[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090388&amp;group_id=75348&amp;atid=543653">SF
2704                         BUG-
1090388</a> ]&nbsp;No more &quot;illegible&quot; characters in the
2705             toolbar
when &quot;ClearType&quot; is active. </li>
2706         <li>It
is now possible to set the &quot;width&quot; style of the BODY tag in the EditorAreaCSS
2707             to limit the editing area size. </li>
2708         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1113620&amp;group_id=75348&amp;atid=543653">SF
2709             BUG-
1113620</a>] In IE, the editor doesn't generate new entries in the browser history
2710             anymore. </li>
2711         <li>The editor now uses the same method used
on version RC2 to load its contents on
2712             Gecko. It
is now possible to have more than one editor in the page. This change
2713             has a negative impact: the BaseHref property
is not working. </li>
2714         <li>Changes have been made to make the editor work with PHP versions&nbsp;older than&nbsp;
2.1.0.
2715         </li>
2716         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1190835&amp;group_id=75348&amp;atid=543653">SF
2717             BUG-
1190835</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1196547&amp;group_id=75348">SF
2718                 BUG-
1196547</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156863&amp;group_id=75348&amp;atid=543653">SF
2719                     BUG-
1156863</a>] The &quot;Insert Horizontal Line&quot; command is now working
2720             correctly. Thanks to Hector Raul Colonia Coral. </li>
2721         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1101861&amp;group_id=75348&amp;atid=543653">SF
2722             BUG-
1101861</a>] The editor now shows a normal textarea correctly (as expected)
2723             
on Safari browsers (and all &quot;like Gecko&quot; browsers). Thanks to Bob Paul.
2724         </li>
2725         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1182224&amp;group_id=75348&amp;atid=543653">SF
2726             BUG-
1182224</a>] The PHP connector can now handle file extensions in upper case,&nbsp;like
2727             JPG or Gif, correctly. Thanks to Georg Ivancsic. </li>
2728         <li>The &quot;sample06.html&quot;
is now working correctly with Gecko browsers. </li>
2729         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156660&amp;group_id=75348&amp;atid=543653">SF
2730             BUG-
1156660</a>] Some fixes have been applied to the Universal Keyboard. Thanks
2731             to Abdul-Aziz Al-Oraij. </li>
2732         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1192881&amp;group_id=75348&amp;atid=543653">SF
2733             BUG-
1192881</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1185006&amp;group_id=75348&amp;atid=543653">SF
2734                 BUG-
1185006</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156068&amp;group_id=75348&amp;atid=543653">SF
2735                     BUG-
1156068</a>] The &quot;Browse Server&quot; button is now working correctly
2736             
for the Background Image in the &quot;Document Properties&quot; dialog window (full
2737             page editing). The active &quot;BaseHref&quot;
is also set to the preview window.
2738         </li>
2739         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1191704&amp;group_id=75348&amp;atid=543653">SF
2740             BUG-
1191704</a>] Invalid HTML tags (according to the W3C naming standards for XHTML)
2741             are ignored with no errors. </li>
2742         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1185911&amp;group_id=75348&amp;atid=543653">SF
2743             BUG-
1185911</a>] The Greek language file name has been corrected to &quot;el.js&quot;.
2744         </li>
2745         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181572&amp;group_id=75348&amp;atid=543653">SF
2746             BUG-
1181572</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1158421&amp;group_id=75348&amp;atid=543653">SF
2747                 BUG-
1158421</a>] The &quot;Print&quot; button is now active on startup. </li>
2748         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181572&amp;group_id=75348&amp;atid=543653">SF
2749             BUG-
1165219</a>] No error occours when the user defines just one color to the FontColors
2750             
on &quot;in page&quot; configurations. </li>
2751         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162957&amp;group_id=75348&amp;atid=543653">SF
2752             BUG-
1162957</a>] The small problem with Zope (ZPT)&nbsp;has been solved. </li>
2753         <li>Some small RTL / LTR corrections has been done
in the interface and the Farsi language
2754             has been added to the Universal Keyboard. Thanks to Silver Baghdasarian.</li>
2755     </ul>
2756     <p>
2757         * This version has been partially sponsored
by the <a href="http://www.hamilton.edu">
2758             Hamilton College</a>.<br />
2759         ** This version has been partially sponsored
by <a target="_blank" href="http://www.infineon.com/">
2760             Infineon Technologies AG</a>.</p>
2761     <h3>
2762         Version
2.0 RC3 (Release Candidate 3)</h3>
2763     <p>
2764         New Features and Improvements:</p>
2765     <ul>
2766         <li>The editor now offers native <strong>Perl integration</strong>! Thanks and welcome
2767             to Takashi Yamaguchi, our official Perl developer. </li>
2768         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026584&amp;group_id=75348&amp;atid=543656">SF
2769             Feature-
1026584</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1112692&amp;group_id=75348&amp;atid=543656">SF
2770                 Feature-
1112692</a>] <strong>Formatting </strong>has been introduced to the
2771             <strong>Source View</strong>. The output HTML can also be formatted. You can choose
2772             to use spaces or tab
for indentation. See the configuration file. </li>
2773         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1031492&amp;group_id=75348&amp;atid=543656">SF
2774             Feature-
1031492</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1004293&amp;group_id=75348&amp;atid=543656">SF
2775                 Feature-
1004293</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=784281&amp;group_id=75348&amp;atid=543656">SF
2776                     Feature-
784281</a>] It is now possible to edit <strong>full HTML pages</strong>
2777             with the editor. Use the &quot;FullPage&quot; configuration setting to activate
2778             it. </li>
2779         <li>The&nbsp;
new toolbar command, &quot;<strong>Document Properties</strong>&quot;&nbsp;is
2780             available to edit document header info, title, colors, background, etc... Full page
2781             editing must be enabled. </li>
2782         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1151448&amp;group_id=75348&amp;atid=543656">SF
2783             Feature-
1151448</a>] <strong>Spell Check</strong> is now available. You can use
2784             <strong>ieSpell</strong> or <strong>Speller Pages</strong> right
from FCKeditor.
2785             More info about configuration can be found
in the _docs folder. </li>
2786         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1041686&amp;group_id=75348&amp;atid=543656">SF
2787             Feature-
1041686</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1086386&amp;group_id=75348&amp;atid=543656">SF
2788                 Feature-
1086386</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124602&amp;group_id=75348&amp;atid=543656">SF
2789                     Feature-
1124602</a>] New &quot;<strong>Insert Anchor</strong>&quot; command
2790             has been introduced. (The anchor icon
is visible only over&nbsp;IE for now). </li>
2791         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1123816&amp;group_id=75348&amp;atid=543656">SF
2792             Feature-
1123816</a>] It is now possible to configure the editor to <strong>show &quot;fake&quot;
2793                 table borders</strong>
when the border size is set to zero. (It is working only
2794             
on IE for now). </li>
2795         <li><strong>Numbered</strong> and <strong>Bulleted</strong> lists can now be <strong>
2796             configured</strong> . Just right click
on then. </li>
2797         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088608&amp;group_id=75348&amp;atid=543656">SF
2798             Feature-
1088608</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1144047&amp;group_id=75348&amp;atid=543656">SF
2799                 Feature-
1144047</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1149808&amp;group_id=75348&amp;atid=543656">SF
2800                     Feature-
1149808</a>] A new configuration setting is available, &quot;<strong>BaseHref</strong>
2801             &quot;, to
set the URL used to resolve relative links. </li>
2802         <li>It
is now possible to set&nbsp;the <strong>content language direction</strong> .
2803             See the &quot;FCKConfig.ContentLangDirection&quot; configurations setting. </li>
2804         <li>All <strong>Field Commands</strong> available
on version 1.6 have been upgraded
2805             and&nbsp;included
in this version: <strong>form</strong>, <strong>checkbox</strong>,
2806             <strong>radio button</strong>, <strong>text field</strong>, text <strong>area</strong>,
2807             <strong>
select field</strong>, <strong>button</strong>, <strong>image button</strong>
2808             and <strong>hidden field</strong> . </li>
2809         <li><strong>Context menu</strong> options (right-click) has been added
for: <strong>
2810             anchors</strong>, <strong>
select field</strong>, <strong>textarea</strong>, <strong>
2811                 checkbox</strong>, <strong>radio button</strong>, <strong>text field</strong>,
2812             <strong>hidden field</strong>, <strong>textarea</strong>, <strong>button</strong>,
2813             <strong>image button</strong>, <strong>form</strong>, <strong>bulleted list</strong>
2814             and <strong>numbered list</strong> . </li>
2815         <li>The &quot;<strong>Universal Keyboard</strong>&quot; has been converted
from version
2816             
1.6 to this one and it's now available. </li>
2817         <li>It
is now possible to <strong>configure</strong> the items to be shown in the <strong>
2818             context menu</strong> . Just use the FCKConfig.ContextMenu option&nbsp;at fckconfig.js.
2819         </li>
2820         <li>A
new configuration (FillEmptyBlocks)&nbsp;is available to force the editor to <strong>
2821             automatically insert a &amp;nbsp;</strong>
on empty block elements (p, div, pre,
2822             h1, etc...) to avoid differences
from the editing and the final result. (Actually,
2823             the editor automatically &quot;grows&quot; empty elements to make the user able
2824             to enter text
on it). Attention: the extra &amp;nbsp; will be added when switching
2825             
from WYSIWYG to Source View, so the user may see an additional space on empty blocks.
2826             (XHTML support must be enabled). </li>
2827         <li>It
is now possible to configure the <strong>toolbar</strong> to &quot;<strong>break</strong>
2828             &quot; between two toolbar strips. Just insert a &quot;/&quot; between then. Take
2829             a look at fckconfig.js
for a sample. </li>
2830         <li>New Language files are available:
2831             <ul>
2832                 <li><strong>Brazilian Portuguese</strong> (
by Carlos Alberto Tomatis Loth) </li>
2833                 <li><strong>Bulgarian</strong> (
by Miroslav Ivanov) </li>
2834                 <li><strong>Esperanto</strong> (
by Tim Morley) </li>
2835                 <li><strong>Galician</strong> (
by Fernando Riveiro Lopez) </li>
2836                 <li><strong>Japanese</strong> (
by Takashi Yamaguchi) </li>
2837                 <li><strong>Persian</strong> (
by Hamed Taj-Abadi) </li>
2838                 <li><strong>Romanian</strong> (
by Adrian Nicoara) </li>
2839                 <li><strong>Slovak</strong> (
by Gabriel Kiss) </li>
2840                 <li><strong>Thai </strong>(
by Audy Charin Arsakit) </li>
2841                 <li><strong>Turkish</strong> (
by Reha Bi&ccedil;er) </li>
2842                 <li>The Chinese Traditional has been
set as the default (zn) instead of zn-tw.</li>
2843             </ul>
2844         </li>
2845         <li>Warning: All toolbar image images have been changed. The &quot;button.&quot; prefix
2846             has been removed. If you have your custom skin, please rename your files. </li>
2847         <li>A
new plugin is available in the package: &quot;<strong>Placeholders</strong>&quot;.
2848             In
this way you can insert non editable tags in your document to be processed on
2849             server side (very specific usage). </li>
2850         <li>The ASPX files are no longer available
in this package. They have been moved to
2851             the FCKeditor.Net package. In
this way the ASP.Net integration is much better organized.
2852         </li>
2853         <li>The FCKeditor.Packager program
is now part of the main package. It is not anymore&nbsp;distributed
2854             separately. </li>
2855         <li>The PHP connector now sets the uploaded file permissions (chmod)&nbsp;to
0777. </li>
2856         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090215&amp;group_id=75348&amp;atid=543655">SF
2857             Patch-
1090215</a>] It's now possible to give back more info from your custom image
2858             browser calling the SetUrl( url [, width] [, height] [, alt] ). Thanks to Ben Noblet.
2859         </li>
2860         <li>The package files now maintain their original &quot;Last Modified&quot; date, so
2861             incremental FTP uploads can be used to update to&nbsp;
new versions of the editor
2862             (
from now on). </li>
2863         <li>The &quot;Source&quot; view now forces its contents to be written
in &quot;Left
2864             to Right&quot; direction even
when the editor interface language is running a RTL
2865             language (like Arabic, Hebrew or Persian). </li>
2866     </ul>
2867     <p>
2868         Fixed Bugs:</p>
2869     <ul>
2870         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124220&amp;group_id=75348&amp;atid=543653">SF
2871             BUG-
1124220</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1119894&amp;group_id=75348&amp;atid=543653">SF
2872                 BUG-
1119894</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090986&amp;group_id=75348&amp;atid=543653">SF
2873                     BUG-
1090986</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1100408&amp;group_id=75348&amp;atid=543653">SF
2874                         BUG-
1100408</a>] The editor now works correctly when starting with an
2875             empty
value and switching to the Source mode. </li>
2876         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1119380&amp;group_id=75348&amp;atid=543653">SF
2877             BUG-
1119380</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1115750&amp;group_id=75348&amp;atid=543653">SF
2878                 BUG-
1115750</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1101808&amp;group_id=75348&amp;atid=543653">SF
2879                     BUG-
1101808</a>] The problem with the scrollbar and the toolbar combos (Style,
2880             Font, etc...) over Mac has been
fixed. </li>
2881         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1098460&amp;group_id=75348&amp;atid=543653">SF
2882             BUG-
1098460</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076544&amp;group_id=75348&amp;atid=543653">SF
2883                 BUG-
1076544</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077845&amp;group_id=75348&amp;atid=543653">SF
2884                     BUG-
1077845</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092395&amp;group_id=75348&amp;atid=543653">SF
2885                         BUG-
1092395</a>] A new upload class has been included for the ASP File
2886             Manager Connector. It uses the &quot;ADODB.Stream&quot;
object. Many thanks to &quot;NetRube&quot;.
2887         </li>
2888         <li>I small correction has been made to the ColdFusion integration files. Thanks to
2889             Hendrik Kramer. </li>
2890         <li>There was a very specific problem
when the editor was running over a FRAME executed
2891             
on another domain. </li>
2892         <li>The performance problem
on Gecko while typing&nbsp;quickly has been solved. </li>
2893         <li>The &lt;br type= &quot;_moz&quot;&gt;
is not anymore shown on XHTML source. </li>
2894         <li>It has been introduced a mechanism to avoid automatic contents duplication
on very
2895             specific occasions (bad formatted HTML). </li>
2896         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1146407&amp;group_id=75348&amp;atid=543653">SF
2897             BUG-
1146407</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1145800&amp;group_id=75348&amp;atid=543653">SF
2898                 BUG-
1145800</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1118803&amp;group_id=75348&amp;atid=543653">SF
2899                     BUG-
1118803</a> ] Other&nbsp;issues in the XHTML processor have been solved.
2900         </li>
2901         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1143969&amp;group_id=75348&amp;atid=543653">SF
2902             BUG-
1143969</a>] The editor now accepts the &quot;accept-charset&quot; attribute
2903             
in the FORM tag (IE specific bug). </li>
2904         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1122742&amp;group_id=75348&amp;atid=543653">SF
2905             BUG-
1122742</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1089548&amp;group_id=75348&amp;atid=543653">SF
2906                 BUG-
1089548</a> ] Now, the contents of the SCRIPT and STYLE tags remain untouched.
2907         </li>
2908         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114748&amp;group_id=75348&amp;atid=543653">SF
2909             BUG-
1114748</a>] The PHP File Manager Connector now sets the new folders permissions
2910             (chmod)&nbsp;to
0777 correctly. </li>
2911         <li>The PHP File Manager Connector now has a configuration file (editor/filemanager/browser/
default/connectors/php/config.php)
2912             to
set some security preferences. </li>
2913         <li>The&nbsp;ASP File Manager Connector now has a configuration file (editor/filemanager/browser/
default/connectors/asp/config.asp)
2914             to
set some security preferences. </li>
2915         <li>A small bug
in the toolbar rendering (strips auto position) has been corrected.
2916         </li>
2917         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1093732&amp;group_id=75348&amp;atid=543653">SF
2918             BUG-
1093732</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1091377&amp;group_id=75348&amp;atid=543653">SF
2919                 BUG-
1091377</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083044&amp;group_id=75348&amp;atid=543653">SF
2920                     BUG-
1083044</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1096307&amp;group_id=75348&amp;atid=543653">SF
2921                         BUG-
1096307</a>] The configurations are now encoded so a user can use
2922             values that has special chars (&amp;=/). </li>
2923         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1103688&amp;group_id=75348&amp;atid=543653">SF
2924             BUG-
1103688</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092331&amp;group_id=75348&amp;atid=543653">SF
2925                 BUG-
1092331</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088220&amp;group_id=75348&amp;atid=543653">SF
2926                     BUG-
1088220</a>] PHP samples now use PHP_SELF to automatically discover
2927             the editor
's base path. </li>
2928         <li>Some small wrapping problems with some labels
in the Image and Table dialog windows
2929             have been
fixed. </li>
2930         <li>All .js files are now encoded
in UTF-8 format with the BOM (byte order mask) to
2931             avoid some errors
on specific Linux installations. </li>
2932         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114449&amp;group_id=75348&amp;atid=543653">SF
2933             BUG-
1114449</a>] The editor packager program has been modified so now it is possible
2934             to use the source files to run the editor
as described in the documentation. The
2935             
new packager must be downloaded. </li>
2936         <li>A small problem with the editor focus
while in&nbsp;source&nbsp;mode has been corrected.
2937             Thanks to Eric (ric1607). </li>
2938         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1108167&amp;group_id=75348&amp;atid=543653">SF
2939             BUG-
1108167</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085149&amp;group_id=75348&amp;atid=543653">SF
2940                 BUG-
1085149</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1151296&amp;group_id=75348&amp;atid=543653">SF
2941                     BUG-
1151296</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082433&amp;group_id=75348&amp;atid=543653">SF
2942                         BUG-
1082433</a>] No more IFRAMEs without src attribute. Now it points
2943             to a blank page located
in the editor's package. In this way we avoid security warnings
2944             
when using the editor over HTTPS. Thanks to Guillermo Bozovich. </li>
2945         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1117779&amp;group_id=75348&amp;atid=543653">SF
2946             BUG-
1117779</a>] The editor now works well if you have more than one element named
2947             &quot;submit&quot;&nbsp;
on its form (even if it is not correct to have this situation).
2948         </li>
2949         <li>The XHTML processor was duplicating the text
on some specific situation. It has
2950             been
fixed. </li>
2951         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090213&amp;group_id=75348&amp;atid=543655">SF
2952             Patch-
1090213</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1098929&amp;group_id=75348&amp;atid=543653">SF
2953                 Patch-
1098929</a>] With ASP, the editor now works correctly on pages using &quot;Option
2954             Explicit&quot;. Thanks to Ben Noblet. </li>
2955         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1100759&amp;group_id=75348&amp;atid=543653">SF
2956             BUG-
1100759</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029125&amp;group_id=75348&amp;atid=543653">SF
2957                 BUG-
1029125</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=966130&amp;group_id=75348&amp;atid=543653">SF
2958                     BUG-
966130</a>] The editor was not working with old IE 5.5 browsers. There
2959             was a problem with the XML parser. It has been
fixed. </li>
2960         <li>The localization engine
is now working correctly over IE 5.5 browsers. </li>
2961         <li>Some commands
where not working well over IE 5.5 (emoticons, image,...). It has
2962             been
fixed. </li>
2963         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1146441&amp;group_id=75348&amp;atid=543653">SF
2964             BUG-
1146441</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1149777&amp;group_id=75348&amp;atid=543653">SF
2965                 BUG-
1149777</a>] The editor now uses the TEXTAREA id&nbsp;in the ReplaceTextarea
2966             function. If the id
is now found, it uses the &quot;name&quot;. The docs have been
2967             updated. </li>
2968         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1144297&amp;group_id=75348&amp;atid=543653">SF
2969             BUG-
1144297</a>] Some corrections have been made to the Dutch language file. Thanks
2970             to Erwin Dondorp. </li>
2971         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1121365&amp;group_id=75348&amp;atid=543653">SF
2972             BUG-
1121365</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090102&amp;group_id=75348&amp;atid=543653">SF
2973                 BUG-
1090102</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1152171&amp;group_id=75348&amp;atid=543653">SF
2974                     BUG-
1152171</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1102907&amp;group_id=75348&amp;atid=543653">SF
2975                         BUG-
1102907</a>] There is no problem now to start the editor with values
2976             like &quot;&lt;div&gt;&lt;/div&gt;&quot; or &quot;&lt;p&gt;&lt;/p&gt;&quot;. </li>
2977         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114059&amp;group_id=75348&amp;atid=543653">SF
2978             BUG-
1114059</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1041861&amp;group_id=75348&amp;atid=543653">SF
2979                 BUG-
1041861</a>] The click on the disabled options in the Context Menu has no
2980             effects now. </li>
2981         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1152617&amp;group_id=75348&amp;atid=543653">SF
2982             BUG-
1152617</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1102441&amp;group_id=75348&amp;atid=543653">SF
2983                 BUG-
1102441</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1095312&amp;group_id=75348&amp;atid=543653">SF
2984                     BUG-
1095312</a>] Some problems when setting the editor source to very specific
2985             values has been
fixed. </li>
2986         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1093514&amp;group_id=75348&amp;atid=543653">SF
2987             BUG-
1093514</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1089204&amp;group_id=75348&amp;atid=543653">SF
2988                 BUG-
1089204</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077609&amp;group_id=75348&amp;atid=543653">SF
2989                     BUG-
1077609</a>] The editor now runs correctly if called directly (locally)&nbsp;without
2990             a server installation (just opening the HTML sample files). </li>
2991         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088248&amp;group_id=75348&amp;atid=543653">SF
2992             BUG-
1088248</a>] The editor now uses a different method to load its contents. In
2993             
this way the URLs remain untouched. </li>
2994         <li>The PHP integration file now detects Internet Explorer
5.5 correctly.</li>
2995     </ul>
2996     <h3>
2997         Version
2.0 RC2 (Release Candidate 2)</h3>
2998     <ul>
2999         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656">SF
3000             Feature-
1042034</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1075961&amp;group_id=75348&amp;atid=543656">SF
3001                 Feature-
1075961</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083200&amp;group_id=75348&amp;atid=543656">SF
3002                     Feature-
1083200</a>] A new dialog window for the <strong>table cell properties</strong>
3003             
is now available (right-click). </li>
3004         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656">SF
3005             Feature-
1042034</a>] The new &quot;<strong>Split Cell</strong> &quot;, to split
3006             a table cell
in two columns, has been introduced (right-click). </li>
3007         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656">SF
3008             Feature-
1042034</a>] The new &quot;<strong>Merge Cells</strong>&quot;, to merge
3009             table cells (
in the same row), has been introduced (right-click). </li>
3010         <li>The &quot;fake&quot; <strong>TAB key support</strong> (available
by default over
3011             Gecko browsers
is now available over IE too. You can set the number of spaces to
3012             
add setting the FCKConfig.TabSpaces configuration setting. Set it to 0 (zero) to
3013             disable
this feature (IE). </li>
3014         <li>It now possible to tell IE to send a <strong>&lt;BR&gt;</strong>
when the user presses
3015             the <strong>Enter key</strong>. Take a look at the FCKConfig.UseBROnCarriageReturn
3016             configuration setting. </li>
3017         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085422&amp;group_id=75348&amp;atid=543656">SF
3018             Feature-
1085422</a>] <strong>ColdFusion</strong>: The <strong>File Manager connector</strong>
3019             
is now available! (Thanks to Hendrik Kramer). </li>
3020         <li>The editor
is now available in <strong>29 languages!</strong> The new language files
3021             available are:&nbsp;
3022             <ul>
3023                 <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1067775&amp;group_id=75348&amp;atid=543656">SF
3024                     Feature-
1067775</a>] <strong>Chinese Simplified and Traditional</strong> (Taiwan
3025                     and Hong Kong) (
by NetRube). </li>
3026                 <li><strong>Czech</strong> (
by David Hor&aacute;k). </li>
3027                 <li><strong>Danish</strong> (
by Jesper Michelsen). </li>
3028                 <li><strong>Dutch</strong> (
by Bram Crins). </li>
3029                 <li><strong>German</strong> (
by Maik Unruh). </li>
3030                 <li><strong>Portuguese</strong> (Portugal) (
by Francisco Pereira). </li>
3031                 <li><strong>Russian</strong> (
by Andrey Grebnev). </li>
3032                 <li><strong>Slovenian</strong> (
by Boris Volaric).</li>
3033             </ul>
3034         </li>
3035         <li>Updates to the <strong>French</strong> language files (
by Hubert Garrido). </li>
3036         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085816&amp;group_id=75348&amp;atid=543653">SF
3037             BUG-
1085816</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083743&amp;group_id=75348&amp;atid=543653">SF
3038                 BUG-
1083743</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1078783&amp;group_id=75348&amp;atid=543653">SF
3039                     BUG-
1078783</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077861&amp;group_id=75348&amp;atid=543653">SF
3040                         BUG-
1077861</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077861&amp;group_id=75348&amp;atid=543653">SF
3041                             BUG-
1037404</a>] Many&nbsp;small bugs&nbsp;in the XHTML processor
3042             has been corrected (workarounds to browser specific bugs). These are some things
3043             to consider regarding the changes:
3044             <ul>
3045                 <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083744&amp;group_id=75348&amp;atid=543653">SF
3046                     BUG-
1083744</a>] On Gecko browsers, any element attribute that the name starts with
3047                     &quot;_moz&quot; will be ignored. </li>
3048                 <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1060073&amp;group_id=75348&amp;atid=543653">SF
3049                     BUG-
1060073</a>] The &lt;STYLE&gt; and &lt;SCRIPT&gt; elements contents will be
3050                     handled
as is, without CDATA tag surrounding. This may break XHTML validation. In
3051                     any
case the use of external files for scripts and styles is recommended (W3C recommendation).</li>
3052             </ul>
3053         </li>
3054         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088310&amp;group_id=75348&amp;atid=543653">SF
3055             BUG-
1088310</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1078837&amp;group_id=75348&amp;atid=543653">SF
3056                 BUG-
1078837</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=999792&amp;group_id=75348&amp;atid=543653">SF
3057                     BUG-
999792</a>] URLs now remain untouched when initializing the editor or
3058             switching
from WYSYWYG to Source and vice versa. </li>
3059         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082323&amp;group_id=75348&amp;atid=543653">SF
3060             BUG-
1082323</a>] The&nbsp;problem in the ASP and PHP connectors when handling non
3061             &quot;strange&quot; chars
in file names has been corrected. </li>
3062         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085034&amp;group_id=75348&amp;atid=543653">SF
3063             BUG-
1085034</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076796&amp;group_id=75348&amp;atid=543653">SF
3064                 BUG-
1076796</a>] Some bugs in the PHP connector have been corrected. </li>
3065         <li>A&nbsp;problem with the &quot;Format&quot; command
on IE browsers on languages different
3066             of English has been solved. The negative side of
this correction is that due to
3067             a IE bad design it
is not possible to update the &quot;Format&quot; combo while
3068             moving
throw the text (context sensitive). </li>
3069         <li>On Gecko browsers,
when selecting an image and executing the &quot;New Page&quot;
3070             command, the image handles still appear, even
if the image is not available anymore
3071             (
this is a Gecko bug). When clicking in&nbsp;a &quot;phanton&quot; randle, the browser
3072             crashes. It doesn
't&nbsp;happen (the crash)&nbsp;anymore. </li>
3073         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082197&amp;group_id=75348&amp;atid=543653">SF
3074             BUG-
1082197</a>] On ASP, the bug in the browser detection system for Gecko browsers
3075             has been corrected. Thanks to Alex Varga. </li>
3076         <li>Again
on ASP, the browser detection for IE had some problems on servers that use
3077             comma
for decimal separators on numbers. It has been corrected. Thanks to Agrotic.
3078         </li>
3079         <li>No error
is thrown now when&nbsp;non existing&nbsp;language is configured in the
3080             editor. The English language file
is loaded in that case. </li>
3081         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077747&amp;group_id=75348&amp;atid=543653">SF
3082             BUG-
1077747</a>] The missing images on the Office2003 and Silver skins are now included
3083             
in the package. </li>
3084         <li>On some Gecko browsers, the dialog window was not loading correctly. I couldn
't
3085             reproduce the problem, but a fix has been applied based
on users tests. </li>
3086         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1004078&amp;group_id=75348&amp;atid=543653">SF
3087             BUG-
1004078</a>] ColdFusion: The &quot;config&quot; structure/hash table with keys
3088             and values
is in ColdFusion not(!) case sensitive. All keys returned by ColdFusion
3089             are
in upper case format. Because the FCKeditor configuration keys must be case
3090             sensitive, we had to match all structure/hash keys with a list of the correct configuration
3091             names
in mixed case. This has been added to the fckeditor.cfc and fckeditor.cfm.
3092         </li>
3093         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1075166&amp;group_id=75348&amp;atid=543653">SF
3094             BUG-
1075166</a>] ColdFusion: The &quot;fallback&quot; variant of the texteditor
3095             (&lt;textarea&gt;) has a bug
in the fckeditor.cfm. This has been fixed. </li>
3096         <li>A typo
in the Polish language file has been corrected. Thanks to Pawel Tomicki.
3097         </li>
3098         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1086370&amp;group_id=75348&amp;atid=543653">SF
3099             BUG-
1086370</a>] A small coding type in the Link dialog window has been corrected.
3100         </li>
3101     </ul>
3102     <h3>
3103         Version
2.0 RC1 (Release Candidate 1)</h3>
3104     <ul>
3105         <li><strong>ASP</strong> support
is now available (including the&nbsp;File Manager connector).
3106         </li>
3107         <li><strong>PHP</strong> support
is now available (including the File Manager connector).
3108         </li>
3109         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1063217&amp;group_id=75348&amp;atid=543656">SF
3110             Feature-
1063217</a>] The new advanced&nbsp;<strong>Style</strong> command is available
3111             
in the toolbar: full preview, context sensitive, style definitions are loaded from
3112             a XML file (see documentation
for more instructions). </li>
3113         <li>The <strong>Font Format</strong>, <strong>Font Name</strong> and <strong>Font Size</strong>
3114             toolbar command now show a <strong>preview</strong> of the available options. </li>
3115         <li>The
new <strong>Find</strong> and <strong>Replace</strong> features has been introduced.
3116         </li>
3117         <li>A
new <strong>Plug-in</strong> system has been developed. Now it is quite easy to
3118             customize the editor to your needs. (Take a look at the html/sample06.html file).
3119         </li>
3120         <li>The editor now handles <strong>HTML entities</strong>
in the right way (XHTML support
3121             must be
set to &quot;true&quot;). It handles all entities defined in the W3C&nbsp;XHTML
3122             DTD file. </li>
3123         <li>A
new &quot;_docs&quot; folder has been introduced for the <strong>documentation</strong>.
3124             It
is not yet complete, but I hope the community will help us to fill it better.
3125         </li>
3126         <li>It
is now possible (even if it is not recommended by the W3C) to force the use of
3127             simple ampersands (&amp;)
on attributes (like the links href) instead of its entity
3128             &amp;amp;. Just
set FCKConfig.ForceSimpleAmpersand = true in the&nbsp;configuration
3129             file. </li>
3130         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026866&amp;group_id=75348&amp;atid=543656">SF
3131             Feature-
1026866</a>] The &quot;<strong>EditorAreaCSS</strong>&quot; configuration
3132             option has been introduced. In
this way you can set the CSS to use in the editor
3133             (editable area). </li>
3134         <li>The editing area
is not anymore clipped if the toolbar is too large and exceeds
3135             the window width. </li>
3136         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1064902&amp;group_id=75348&amp;atid=543653">SF
3137             BUG-
1064902</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1033933&amp;group_id=75348&amp;atid=543653">SF
3138                 BUG-
1033933</a>] The editor <strong>interface</strong> is now completely <strong>localizable</strong>.
3139             The version ships with
19 languages including: <b>Arabic</b>, <b>Bosnian</b>, <b>Catalan</b>,
3140             <b>English</b>, <b>Spanish</b>, <b>Estonian</b>, <b>Finnish</b>, <b>French</b>,
3141             <b>Greek</b>, <b>Hebrew</b>, <b>Croatian</b>, <b>Italian</b>, <b>Korean</b>, <b>Lithuanian</b>,
3142             <b>Norwegian</b>, <strong>Polish</strong>, <strong>Serbian (Cyrillic)</strong>,
3143             <strong>Serbian (Latin)</strong> and <strong>Swedish</strong>.</li>
3144         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1027858&amp;group_id=75348&amp;atid=543653">SF
3145             BUG-
1027858</a>] Firefox 1.0 PR&nbsp;introduced&nbsp;a bug that made the editor
3146             stop working
on it. A workaround has been developed to fix the problem. </li>
3147         <li>There was a positioning problem over IE&nbsp;with the color panel. It has been corrected.
3148         </li>
3149         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1049842&amp;group_id=75348&amp;atid=543653">SF
3150             BUG-
1049842</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1033832&amp;group_id=75348&amp;atid=543653">SF
3151                 BUG-
1033832</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1028623&amp;group_id=75348&amp;atid=543653">SF
3152                     BUG-
1028623</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026610&amp;group_id=75348&amp;atid=543653">SF
3153                         BUG-
1026610</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1064498&amp;group_id=75348&amp;atid=543653">SF
3154                             BUG-
1064498</a>] The combo commands in the toolbar were not opening
3155             
in the right way. It has been fixed. </li>
3156         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1053399&amp;group_id=75348&amp;atid=543653">SF
3157             BUG-
1053399</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=965318&amp;group_id=75348&amp;atid=543653">SF
3158                 BUG-
965318</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1018296&amp;group_id=75348&amp;atid=543653">SF
3159                     BUG-
1018296</a>] The toolbar buttons icons were not showing on some IE and
3160             Firefox/Mac installations. It has been
fixed. </li>
3161         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1054621&amp;group_id=75348&amp;atid=543653">SF
3162             BUG-
1054621</a>] Color pickers are now working with the &quot;office2003&quot; and
3163             &quot;silver&quot; skins. </li>
3164         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1054108&amp;group_id=75348&amp;atid=543653">SF
3165             BUG-
1054108</a>] IE doesn&rsquo;t recognize the &quot;&amp;apos;&quot; entity for
3166             apostrophes, so a workaround has been developed to replace it with &quot;&amp;#
39;&quot;
3167             (its numeric entity representation). </li>
3168         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=983434&amp;group_id=75348&amp;atid=543653">SF
3169             BUG-
983434</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=983398&amp;group_id=75348&amp;atid=543653">SF
3170                 BUG-
983398</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1028103&amp;group_id=75348&amp;atid=543653">SF
3171                     BUG-
1028103</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1072496&amp;group_id=75348&amp;atid=543653">SF
3172                         BUG-
1072496</a>] The problem with elements with name &quot;submit&quot;
3173             inside the editor
's form has been solved. </li>
3174         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1018743&amp;group_id=75348&amp;atid=543653">SF
3175             BUG-
1018743</a>] The problem with Gecko when collapsing the toolbar while in source
3176             mode has been
fixed. </li>
3177         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1065268&amp;group_id=75348">SF
3178             BUG-
1065268</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1034354&amp;group_id=75348&amp;atid=543653">SF
3179                 BUG-
1034354</a>] The XHTML processor now doesn&rsquo;t use the minimized tag
3180             syntax (like &lt;br/&gt;)
for empty elements that are not marked as EMPTY in the
3181             W3C XHTML DTD specifications. </li>
3182         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029654&amp;group_id=75348&amp;atid=543653">SF
3183             BUG-
1029654</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1046500&amp;group_id=75348&amp;atid=543653">SF
3184                 BUG-
1046500</a>] Due to a bug on Gecko there was a problem when creating links.
3185             It has been
fixed. </li>
3186         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1065973&amp;group_id=75348&amp;atid=543653">SF
3187             BUG-
1065973</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=999792&amp;group_id=75348&amp;atid=543653">SF
3188                 BUG-
999792</a>] The editor now handles relative URLs in IE. In effect IE transform
3189             all relative URLs to absolute links, pointing to the site the editor
is running.
3190             So now the editor removes the protocol and host part of the link
if it matches the
3191             running server. </li>
3192         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1071824&amp;group_id=75348&amp;atid=543653">SF
3193             BUG-
1071824</a>] The color dialog box bug has been fixed. </li>
3194         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1052856&amp;group_id=75348&amp;atid=543653">SF
3195             BUG-
1052856</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1046493&amp;group_id=75348&amp;atid=543653">SF
3196                 BUG-
1046493</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1023530&amp;group_id=75348&amp;atid=543653">SF
3197                     BUG-
1023530</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1025978&amp;group_id=75348&amp;atid=543653">SF
3198                         BUG-
1025978</a>] The editor now doesn&rsquo;t throw an error if no selection
3199             was made and the create link command
is used. </li>
3200         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1036756&amp;group_id=75348&amp;atid=543653">SF
3201             BUG-
1036756</a>] The XHTML processor has been reviewed. </li>
3202         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029101&amp;group_id=75348&amp;atid=543653">SF
3203             BUG-
1029101</a>] The Paste from Word feature is working correctly. </li>
3204         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1034623&amp;group_id=75348&amp;atid=543653">SF
3205             BUG-
1034623</a>] There is an IE bug when setting the editor value to &quot;&lt;p&gt;&lt;hr&gt;&lt;/p&gt;&quot;.
3206             A workaround has been developed. </li>
3207         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1052695&amp;group_id=75348&amp;atid=543653">SF
3208             BUG-
1052695</a>] There are some rendering differences between Netscape and Mozilla.
3209             (Actually that
is a bug on both browsers). A workaround has been developed to solve
3210             it. </li>
3211         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1073053&amp;group_id=75348&amp;atid=543653">SF
3212             BUG-
1073053</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1050394&amp;group_id=75348&amp;atid=543653">SF
3213                 BUG-
1050394</a>] The editor doesn&rsquo;t throw errors when hidden. </li>
3214         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1066321&amp;group_id=75348&amp;atid=543653">SF
3215             BUG-
1066321</a>] Scrollbars should not appear on dialog boxes (at least for the
3216             Image and Link ones). </li>
3217         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1046490&amp;group_id=75348&amp;atid=543653">SF
3218             BUG-
1046490</a>] Dialogs now are forced to show on foreground over Mac. </li>
3219         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1073955&amp;group_id=75348">SF
3220             BUG-
1073955</a>] A small bug in the image dialog window has been corrected. </li>
3221         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1049534&amp;group_id=75348&amp;atid=543653">SF
3222             BUG-
1049534</a>] The Resources Browser window is now working well over Gecko browsers.
3223         </li>
3224         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1036675&amp;group_id=75348&amp;atid=543653">SF
3225             BUG-
1036675</a>] The Resources Browser window now displays the server error on bad
3226             installations.</li>
3227     </ul>
3228     <h3>
3229         Version
2.0 Beta 2</h3>
3230     <ul>
3231         <li>There
is a new configuration - &quot;<strong>GeckoUseSPAN</strong>&quot; - that
3232             can be used to tell Gecko browsers to use &lt;SPAN style...&gt; or &lt;B&gt;, &lt;I&gt;
3233             and &lt;U&gt;
for the bold, italic and underline commands. </li>
3234         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1002622&amp;group_id=75348&amp;atid=543656">SF
3235             Feature-
1002622</a>] New <strong>Text Color</strong> and&nbsp;<strong>Background Color</strong>
3236             &nbsp;commands have been added to the editor. </li>
3237         <li>On Gecko browsers, a message
is shown when,&nbsp;because of&nbsp;security settings,&nbsp;the
3238             user&nbsp;
is not able to&nbsp;cut, copy or paste data from the clipboard using the
3239             toolbar buttons or the context menu. </li>
3240         <li>The
new &quot;<strong>Paste as Plain Text</strong> &quot; command has been introduced.
3241         </li>
3242         <li>The
new &quot;<strong>Paste from Word</strong> &quot; command has been introduced.
3243         </li>
3244         <li>A
new configuration named&nbsp;&quot;StartupFocus&quot; can be used to tell the
3245             editor to
get the focus when the page is loaded. </li>
3246         <li>All <strong>Java </strong>integration files has been moved to a
new separated package.
3247         </li>
3248         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1016781&amp;group_id=75348&amp;atid=543653">SF
3249             BUG-
1016781</a>] <strong>Table operations</strong> are now working when right click
3250             inside a table. The following commands has been introduced: <strong>Insert Row</strong>,
3251             <strong>Delete Row</strong>, <strong>Insert Column</strong>, <strong>Delete Column</strong>,
3252             <strong>Insert Cell</strong> and <strong>Delete Cells</strong> . </li>
3253         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=965067&amp;group_id=75348&amp;atid=543653">SF
3254             BUG-
965067</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1010379&amp;group_id=75348&amp;atid=543653">SF
3255                 BUG-
1010379</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=977713&amp;group_id=75348&amp;atid=543653">SF
3256                     BUG-
977713</a>] XHTML support was not working with FireFox, blocking the
3257             editor
when submitting data. It has been fixed. </li>
3258         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1007547&amp;group_id=75348&amp;atid=543653">SF
3259             BUG-
1007547</a> ] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=974595&amp;group_id=75348&amp;atid=543653">SF
3260                 BUG-
974595</a> ]&nbsp;The &quot;FCKLang not defined&quot; error when loading
3261             has been
fixed. </li>
3262         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1021028&amp;group_id=75348&amp;atid=543653">SF
3263             BUG-
1021028</a>] If the editor doesn't have the focus, some commands were been executed
3264             outside the editor
in the place where the focus is. It has been fixed. </li>
3265         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=981191&amp;group_id=75348&amp;atid=543653">SF
3266             BUG-
981191</a>] We are now using &lt;!--- ---&gt; for ColdFusion comments.</li>
3267     </ul>
3268     <h3>
3269         Version
2.0 Beta 1</h3>
3270     <p>
3271         This
is the first beta of the 2.x series. It brings a lot of new and important things.
3272         Beta versions will be released until all features available
on version 1.x will
3273         be introduced
in the 2.0.<br />
3274         <br />
3275         <strong>Note:</strong> As it
is a beta, it is not yet completely developed. Future
3276         versions can bring
new features that can break backward compatibility with this
3277         version.
3278     </p>
3279     <ul>
3280         <li>Gecko browsers (<strong>Mozilla</strong> and <strong>Netscape</strong>) support.
3281         </li>
3282         <li><strong>Quick startup</strong> response times. </li>
3283         <li>Complete <strong>XHTML</strong>
1.0 support. </li>
3284         <li><strong>Advanced link</strong> dialog box:
3285             <ul>
3286                 <li>Target selection. </li>
3287                 <li>Popup configurator. </li>
3288                 <li>E-Mail link. </li>
3289                 <li>Anchor selector. </li>
3290             </ul>
3291         </li>
3292         <li>New <strong>File Manager</strong>. </li>
3293         <li>New dialog box system, with <strong>tabbed dialogs</strong> support. </li>
3294         <li>New <strong>context menus</strong> with icons. </li>
3295         <li>New toolbar with &quot;expand/collapse&quot; feature. </li>
3296         <li><strong>Skins</strong> support. </li>
3297         <li><strong>Right to left languages</strong> support. </li>
3298     </ul>
3299     <h3>
3300         Version
1.6.1</h3>
3301     <ul>
3302         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=862364&amp;group_id=75348&amp;atid=543653">SF
3303             BUG-
862364</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=812733&amp;group_id=75348&amp;atid=543653">SF
3304                 BUG-
812733</a>] There was a problem when the user tried to delete the last row,
3305             collumn or cell
in a table. It has been corrected.* </li>
3306         <li>New Estonian language file. Thanks to Kristjan Kivikangur </li>
3307         <li>New Croatian language file. Thanks to Alex Varga. </li>
3308         <li>Updated language file
for Czech. Thanks to Plachow. </li>
3309         <li>Updated language file
for Chineze (zh-cn). Thanks to Yanglin. </li>
3310         <li>Updated language file
for Catalan. Thanks to Jordi Cerdan.</li>
3311     </ul>
3312     <p>
3313         * This version has been partially sponsored
by <a href="http://www.genuitec.com/">Genuitec,
3314             LLC</a>.</p>
3315     <h3>
3316         Version
1.6</h3>
3317     <ul>
3318         <li><strong>Context Menu</strong> support
for <strong>form</strong> elements.* </li>
3319         <li>New <strong>&quot;Selection Field&quot; command</strong> with advanced dialog box
3320             
for options definitions.* </li>
3321         <li>New <strong>&quot;Image Button&quot; command</strong>
is available.* </li>
3322         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=936196&amp;group_id=75348&amp;atid=543656">SF
3323             Feature-
936196</a>] Many form elements <strong>bugs has been fixed</strong> and
3324             <strong>many improvements</strong> has been done.* </li>
3325         <li>New <strong>Java Integration Module</strong>. There
is a complete Java API and Tag
3326             Library implementations. Take a look at the _jsp directory. Thanks to Simone Chiaretta
3327             and Hao Jiang. </li>
3328         <li>The <strong>Word Spell Checker</strong> can be used. To be able to run it, your
3329             browser security configuration &quot;Initialize and script ActiveX controls not
3330             marked
as safe&quot; must be set to &quot;Enable&quot; or &quot;Prompt&quot;. And
3331             easier and more secure way to
do that is to add your site in the list of trusted
3332             sites. IeSpell can still be used. Take a look at the fck_config.js file
for some
3333             configuration options. Thanks to EdwardRF. </li>
3334         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=748807&amp;group_id=75348&amp;atid=543656">SF
3335             Feature-
748807</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=801030&amp;group_id=75348&amp;atid=543656">SF
3336                 Feature-
801030</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=880684&amp;group_id=75348&amp;atid=543656">SF
3337                     Feature-
880684</a>] New &quot;<strong>Anchor&quot; command</strong>, including
3338             context menu support. Thanks to G.Meijer. </li>
3339         <li>Special characters are replaced with their
decimal HTML entities when the XHMTL
3340             support
is enabled (only over IE5.5+). </li>
3341         <li>New <strong>Office
2003 Style</strong> toolbar icons are available. Just uncomment
3342             the config.ToolbarImagesPath key
in the fck_config.js file. Thanks to Abdul-Aziz
3343             A. Al-Oraij. <strong>Attention</strong>: the
default toolbar items have been moved
3344             to the &quot;images/toolbar/
default&quot; directory. </li>
3345         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=934566&amp;group_id=75348&amp;atid=543655">SF
3346             Patch-
934566</a>] <strong>Double click support</strong> for Images, Tables, Links,
3347             Anchors and all Form elements. Thanks to Top Man. </li>
3348         <li>New <strong>&quot;New Page&quot; command</strong> to start a typing
from scratch.
3349             Thanks to Abdul-Aziz A. Al-Oraij. </li>
3350         <li>New <strong>&quot;Replace&quot; command</strong>. Thanks to Abdul-Aziz A. Al-Oraij.
3351         </li>
3352         <li>New <strong>&quot;Advanced Font Style&quot; command</strong>. Thanks to Abdul-Aziz
3353             A. Al-Oraij. </li>
3354         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=738193&amp;group_id=75348&amp;atid=543656">SF
3355             Feature-
738193</a>] New <strong>&quot;Save&quot; command</strong>. It can be used
3356             to simulate a save action, but
in fact it just submits the form where the editor
3357             
is placed in. Thanks to Abdul-Aziz A. Al-Oraij. </li>
3358         <li>New <strong>&quot;Universal Keyboard&quot; command</strong>. This
22 charsets are
3359             available: Arabic, Belarusian, Bulgarian, Croatian, Czech, Danish, Finnish, French,
3360             Greek, Hebrew, Hungarian, Diacritical, Macedonian, Norwegian, Polish, Russian, Serbian
3361             (Cyrillic), Serbian (Latin), Slovak, Spanish, Ukrainian and Vietnamese. Includes
3362             a keystroke listener to type Arabic
on none Arabic OS or machine. Thanks to Abdul-Aziz
3363             A. Al-Oraij. </li>
3364         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=935358&amp;group_id=75348&amp;atid=543655">SF
3365             Patch-
935358</a>] New <strong>&quot;Preview&quot; command</strong>. Context menu
3366             option
is included and can be deactivated throw the config.ShowPreviewContextMenu
3367             configuration. Thanks to Ben Ramsey. </li>
3368         <li>New &quot;<strong>Table Auto Format</strong>&quot; context menu command. Hack a
3369             little the fck_config.js and the fck_editorarea.css files. Thanks to Alexandros
3370             Lezos. </li>
3371         <li>New &quot;<strong>Bulleted List Properties</strong> &quot; context menu to define
3372             its type and
class. Thanks to Alexandros Lezos. </li>
3373         <li>The <strong>image dialog</strong> box has been a <strong>redesigned</strong> . Thanks
3374             to Mark Fierling. </li>
3375         <li>Images now always have the <strong>&quot;alt&quot; attribute</strong>
set, even
3376             
when it's value is empty. Thanks to Andreas Barnet. </li>
3377         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=942250&amp;group_id=75348&amp;atid=543655">SF
3378             Patch-
942250</a>] You can set on fck_config.js to <strong>automatically clean Word</strong>
3379             pasting operations without a user confirmation. </li>
3380         <li>Forms element dialogs and other localization pending labels has been updated. </li>
3381         <li>A
new <strong>Lithuanian</strong> language file is available. Thanks to Tauras Paliulis.
3382         </li>
3383         <li>A
new <strong>Hebrew</strong> language file is available. Thanks to Ophir Radnitz.
3384         </li>
3385         <li>A
new <strong>Serbian</strong> language file is available. Thanks to Zoran Subic.
3386         </li>
3387         <li><strong>Danish</strong> language file updates. Thanks to Flemming Jensen. </li>
3388         <li><strong>Catalan</strong> language file updates. Thanks to Jordi Cerdan. </li>
3389         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=936514&amp;group_id=75348&amp;atid=543655">SF
3390             Patch-
936514</a>] [<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=918716&amp;group_id=75348">SF
3391                 BUG-
918716</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=931037&amp;group_id=75348&amp;atid=543653">SF
3392                     BUG-
931037</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=865864&amp;group_id=75348&amp;atid=543653">SF
3393                         BUG-
865864</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=915410&amp;group_id=75348&amp;atid=543653">SF
3394                             BUG-
915410</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=918716&amp;group_id=75348&amp;atid=543653">SF
3395                                 BUG-
918716</a>] Some <strong>languages files</strong> were not
3396             saved
on <strong>UTF-8</strong> format causing some javascript errors on loading
3397             the editor or making &quot;undefined&quot; to show
on editor labels. This problem
3398             was solved. </li>
3399         <li>Updates
on the testsubmit.php file. Thanks to Geat and Gabriel Schillaci </li>
3400         <li>[<a href=
"https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=924620&amp;group_id=75348">SF
3401             BUG-
924620</a>] There was a problem when setting a name to an editor instance when
3402             the name
is used by another tag. For example when using &quot;description&quot;
3403             
as the name in a page with the &lt;META name=&quot;description&quot;&gt; tag. </li>
3404         <li>[<a href=
"https://sourceforge.net/tracker/index.php?func=detail&amp;aid=935018&amp;group_id=75348&amp;atid=543653">SF
3405             BUG-
935018</a>] The &quot;buletted&quot; typo has been corrected. </li>
3406         <li>[<a href=
"https://sourceforge.net/tracker/index.php?func=detail&amp;aid=902122&amp;group_id=75348&amp;atid=543653">SF
3407             BUG-
902122</a>] Wrong css and js file references have been corrected. </li>
3408         <li>[<a href=
"https://sourceforge.net/tracker/index.php?func=detail&amp;aid=918942&amp;group_id=75348&amp;atid=543653">SF
3409             BUG-
918942</a>] All dialog boxes now accept Enter and Escape keys as Ok and Cancel
3410             buttons.</li>
3411     </ul>
3412     <p>
3413         * This version has been partially sponsored
by <a href="http://www.genuitec.com/">Genuitec,
3414             LLC</a>.</p>
3415     <h3>
3416         Version
1.5</h3>
3417     <ul>
3418         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543656&amp;aid=913777&amp;group_id=75348">SF
3419             Feature-
913777</a>] <strong>New Form Commands</strong> are now available! Special
3420             thanks to G.Meijer. </li>
3421         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=861149&amp;group_id=75348&amp;atid=543656">SF
3422             Feature-
861149</a>] <strong>Print Command</strong> is now available! </li>
3423         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=743546&amp;group_id=75348">SF
3424             BUG-
743546</a>] The <strong>XHTML content duplication problem </strong>has been
3425             <strong>solved</strong> . Thanks to Paul Hutchison. </li>
3426         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=875853&amp;group_id=75348">SF
3427             BUG-
875853</a>] The <strong>image dialog box</strong> now gives precedence for width
3428             and height values
set as styles. In this way a user can change the size of the image
3429             directly inside the editor and the changes will be reflected
in the dialog box.
3430         </li>
3431         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543656&amp;aid=913777&amp;group_id=75348">SF
3432             Feature-
788368</a>] The sample <strong>file upload </strong>manager for ASPX now
3433             uses <strong>guids</strong>
for the file name generation. In this way a support
3434             XML file
is not needed anymore. </li>
3435         <li>It
's possible now to <strong>programmatically change the Base Path</strong> of the
3436             editor
if it's installed in a directory different of &quot;/FCKeditor/&quot;. Something
3437             like
this:<br />
3438             oFCKeditor.BasePath =
'/FCKeditor/' ;<br />
3439             Take a look at the _test directory
for samples. </li>
3440         <li>There was a little bug
in the TAB feature that moved the insertion point if there
3441             were any
object (images, tables) in the content. It has been fixed. </li>
3442         <li>The problem with <strong>accented and international characters</strong>
on the PHP
3443             test page was solved. </li>
3444         <li>A
new <strong>Chinese (Taiwan)</strong> language file is available. Thanks to Nil.
3445         </li>
3446         <li>A
new <strong>Slovenian</strong> language file is available. Thanks to Pavel Rotar.
3447         </li>
3448         <li>A
new <strong>Catalan</strong> language file is available. Thanks to Jordi Cerdan.
3449         </li>
3450         <li>A
new <strong>Arabic</strong> language file is available. Thanks to Abdul-Aziz A.
3451             Al-Oraij. </li>
3452         <li>Small corrections
on the <strong>Norwegian</strong> language file. </li>
3453         <li>A Java version
for the test results (testsubmit.jsp) is now available. Thanks to
3454             Pritpal Dhaliwal. </li>
3455         <li>When
using JavaScript to create a editor instance it's possible now to easily get
3456             the editor
's value calling oFCKeditor.GetValue() (eg.). Better JavaScript API interfaces
3457             will be available
on version 2.0. </li>
3458         <li>If <strong>XHTML</strong>
is enabled the editor cleans the HTML before showing it
3459             
on the Source View, so the exact result can be viewed by the user. This option can
3460             be activated setting config.EnableSourceXHTML =
true in the fck_config.js file.
3461         </li>
3462         <li>The <strong>JS integration
object</strong> now escapes all configuration settings,
3463             
in this way a user can use <strong>reserved chars</strong> on it. For example:
3464             <br />
3465             oFCKeditor.Config[&quot;ImageBrowserURL&quot;] =
'/imgs/browse.asp?filter=abc*.jpg&amp;userid=1';
3466         </li>
3467         <li>A minimal browse server sample
is now available in ASP. Thanks to Andreas Barnet.
3468         </li>
3469     </ul>
3470     <h3>
3471         Version
1.4</h3>
3472     <ul>
3473         <li><strong>ATTENTION: For PHP users</strong>: The editor was changed and now uses <strong>
3474             htmlspecialchars</strong> instead of <strong>htmlentities</strong>
when handling
3475             the initial
value. It should works well, but please make some tests before upgrading
3476             definitively. If there
is any problem just uncomment the line in the fckeditor.php
3477             file (and send me a message!). </li>
3478         <li>The editor
is now integrated with <strong>ieSpell</strong> (<a href="http://www.iespell.com">http://www.iespell.com</a>)
3479             
for <strong>Spell Checking</strong>. You can configure the download URL in then
3480             fck_config.js file. Thanks to Sanjay Sharma. (ieSpell
is free for personal use but
3481             must be paid
for commercial use) </li>
3482         <li><strong>Table</strong> and <strong>table cell</strong> dialogs has been changed.
3483             Now you can <strong>
select the class</strong> you want to be applied. Thanks to
3484             Alexander Lezos. </li>
3485         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=865378&amp;group_id=75348&amp;atid=543656">SF
3486             Feature-
865378</a>]A new <strong>upload support is available for ASP</strong>. It
3487             uses the /UserImages/ folder
in the root of the web site as the files container
3488             and a counter controlled
by the upload.cnt file. Both must have write permissions
3489             
set to the IUSR_xxx user. Thanks to Trax and Juanjo. </li>
3490         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=798128&amp;group_id=75348&amp;atid=543655">SF
3491             Patch-
798128</a>] The user (programmer) can now define a <strong>custom separator</strong>
3492             
for the list items of a combo in the toolbar. Thanks to Wulff D. Heiss. </li>
3493         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=741963&amp;group_id=75348&amp;atid=543656">SF
3494             Feature-
741963</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=878941&amp;group_id=75348&amp;atid=543656">SF
3495                 Feature-
878941</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=869389&amp;group_id=75348&amp;atid=543655">SF
3496                     Patch-
869389</a>] A minimal support for a &ldquo;fake&rdquo; <strong>TAB is now available</strong>,
3497             even
if HTML has no support for TAB. Now when the user presses the TAB key a configurable
3498             number of spaces (&amp;nbsp;)
is added. Take a look at config.TabSpaces on the fck_config.js
3499             file. No action
is performed if it is set to zero. The default value is 4. Thanks
3500             to Phil Hassey. </li>
3501         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=782779&amp;group_id=75348&amp;atid=543653">SF
3502             BUG-
782779</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=790939&amp;group_id=75348&amp;atid=543653">SF
3503                 BUG-
790939</a>] The problem with big images has been corrected. Thanks to Raver.
3504         </li>
3505         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853374&amp;group_id=75348">SF
3506             BUG-
862975</a>] Now the editor does nothing if no image is selected in the image
3507             dialog box and the OK button
is hit. </li>
3508         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=851609&amp;group_id=75348&amp;atid=543653">SF
3509             BUG-
851609</a>] The problem with ASP and null values has been solved. </li>
3510         <li><strong>Norwegean</strong> language pack. Thanks to Martin Kronstad. </li>
3511         <li><strong>Hungarian</strong> language pack. Thanks to Bal&aacute;zs Szab&oacute;.
3512         </li>
3513         <li><strong>Bosnian</strong> language pack. Thanks to Trax. </li>
3514         <li><strong>Japanese</strong> language pack. Thanks to Kato Yuichiro. </li>
3515         <li>Updates
on the <strong>Polish</strong> language pack. Thanks to Norbert Neubauer.
3516         </li>
3517         <li>The <strong>Chinese (Taiwan)</strong> (zh-tw) has been removed
from the package
3518             because it
's corrupt. I'm sorry. I hope someone could send me a good version soon.
3519         </li>
3520     </ul>
3521     <h3>
3522         Version
1.3.1</h3>
3523     <ul>
3524         <li>It
's now possible to configure the editor the insert a <strong>&lt;BR&gt; tag instead
3525             of &lt;P&gt;</strong>
when the user presses the <strong>&lt;Enter&gt;</strong> key.
3526             Take a look at the fck_config.js configuration file
for the &quot;<strong>UseBROnCarriageReturn</strong>&quot;
3527             key. This option
is disabled by default. </li>
3528         <li><strong>Icelandic</strong> language pack. Thanks to Andri &Oacute;skarsson. </li>
3529         <li>[<a href=
"https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853374&amp;group_id=75348">SF
3530             BUG-
853374</a>] On IE 5.0 there was a little error introduced with version 1.3 on
3531             initialization. It was corrected. </li>
3532         <li>[<a href=
"https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853372&amp;group_id=75348">SF
3533             BUG-
853372</a>] On IE 5.0 there was a little error introduced with version 1.3 when
3534             setting the focus
in the editor. It was corrected. </li>
3535         <li>Minor errors
on the language file for <strong>english</strong> has been corrected.
3536             Thanks to Anders Madsen. </li>
3537         <li>Minor errors
on the language file for <strong>danish</strong> has been corrected.
3538             Thanks to Martin Johansen. </li>
3539     </ul>
3540     <h3>
3541         Version
1.3</h3>
3542     <ul>
3543         <li>Language support
for <strong>Danish, Polish, Simple Chinese, Slovak, Swedish and
3544             Turkish</strong>. </li>
3545         <li>Language updates
for <strong>Romanian</strong>. </li>
3546         <li>It
's now possible to <strong>override</strong> any of the <strong>editor's configurations</strong>
3547             (
for now it's implemented just for JavaScript, ASPX and HTC modules). See _test/test.html
3548             
for a sample. I'm now waiting for the Community for the ASP, CFM and PHP versions.
3549         </li>
3550         <li>A
new method is available for <strong>PHP</strong> users. It's called <strong>ReturnFCKeditor</strong>.
3551             It works exactly like CreateFCKeditor, but it <strong>returns a
string with the HTML</strong>
3552             
for the editor instead of output it (echo). This feature is useful for people who
3553             are working with Smarty Templates or something like that. Thanks to Timothy J. Finucane.
3554         </li>
3555         <li>Many people have had problems with <strong>international characters</strong> over
3556             <strong>PHP</strong>. I had also the same problem. PHP have strange problems with
3557             character encoding. The code hasn
't been changed but just saved again with Western
3558             European encoding. <strong>Now it works well</strong>
in my system.<br />
3559             Take a look also at the &quot;default_charset&quot; configuration option at the
3560             php.ini file. It doesn
't seem to be an editor's problem but a PHP issue. </li>
3561         <li>The &quot;<strong>testsubmit.php</strong>&quot; file now strips the &quot;<strong>Magic
3562             Quotes</strong> &quot; that are automatically added
by PHP on form posts. </li>
3563         <li>A <strong>
new language</strong> integration module is available for <strong>ASP/Jscript</strong>.
3564             Thanks to Dimiter Naydenov. </li>
3565         <li><strong>New configuration</strong> options are available to <strong>customize the
3566             Target</strong> combo box
in the <strong>Insert/Modify Link</strong> dialog box.
3567             Now you can hide it, or
set which options are available in the combo box. Take a
3568             look at the fck_config.js file. </li>
3569         <li>The <strong>Text
as Plain Text</strong> toolbar <strong>icon</strong> has been changed
3570             <strong>to avoid confusion</strong> with the Normal Paste or. Thanks to Kaupo Kalda.
3571         </li>
3572         <li>The file <strong>dhtmled.cab has been removed</strong>
from the package. It's not
3573             needed to the editor to work and caused some confusion
for a few users. </li>
3574         <li>The <strong>editor
's content</strong> now <strong>doesn't loose the focus</strong>
3575             
when the user clicks with the mouse in a toolbar button. </li>
3576         <li>On <strong>drag-and-drop</strong> operations the data to be inserted
in the editor
3577             
is now <strong>converted to plain text</strong> when the &quot;<strong>ForcePasteAsPlainText</strong>&quot;
3578             configuration
is set to <strong>true</strong>. </li>
3579         <li>The <strong>image browser</strong> sample
in PHP now <strong>sorts the files</strong>
3580             
by name. Thanks to Sergey Lupashko. </li>
3581         <li>Two <strong>
new configuration</strong> options are available to <strong>turn on/off
3582             
by default</strong> the &quot;<strong>Show Borders</strong>&quot; and &quot;<strong>Show
3583                 Details</strong>&quot; commands. </li>
3584         <li>Some <strong>characters have been removed</strong>
from the &quot;<strong>Insert
3585             Special Chars</strong>&quot; dialog box because they were causing encoding problems
3586             
in some languages. Thanks to Abomb Hua. </li>
3587         <li><strong>JSP</strong> versions of the <strong>image and file upload and browsing</strong>
3588             features. Thanks to Simone Chiaretta.</li>
3589     </ul>
3590     <h3>
3591         Version
1.2.4</h3>
3592     <ul>
3593         <li>Language support
for <strong>Spanish, Finnish, Romanian and Korean</strong>. </li>
3594         <li>Language updates
for <strong>German</strong>. </li>
3595         <li>New <strong>Zoom</strong> toolbar option. (<a href=
"https://sourceforge.net/forum/forum.php?thread_id=904116&amp;forum_id=257180">Thanks
3596             to &quot;mtn_roadie&quot;</a>)</li>
3597     </ul>
3598     <h3>
3599         Version
1.2.2</h3>
3600     <ul>
3601         <li>Language support
for <strong>French</strong>. </li>
3602         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=782779&amp;group_id=75348&amp;atid=543653">SF
3603             BUG-
782779</a>] Version 1.2 introduced a bug on the image dialog window: when changing
3604             the image, no update was done. This bug
is now fixed. </li>
3605     </ul>
3606     <h3>
3607         Version
1.2</h3>
3608     <ul>
3609         <li>Enhancements to the <strong>Word cleaning</strong> feature (Thanks to Karl von Randow).
3610         </li>
3611         <li>The <strong>Table dialog box</strong> now handles the Style width and height
set
3612             
in the table (Thanks to Roberto Arruda). There where many problems on prior version
3613             
when people changed manually the table's size, dragging the size handles, and then
3614             it was not possible to
set a new size using the table dialog box. </li>
3615         <li>For the <strong>Image dialog box:</strong>
3616             <ul>
3617                 <li>No image
is shown in the preview pane if no image has been set. </li>
3618                 <li>If no HSpace
is set in the image a &quot;-1&quot; value was shown in the dialog
3619                     box. Now, nothing
is shown if the value is negative. </li>
3620             </ul>
3621         </li>
3622         <li>[<a target=
"_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=739630&amp;group_id=75348&amp;atid=543653">SF
3623             BUG-
739630</a>] Image with link lost the link when changing its properties. The
3624             problem
is solved. </li>
3625         <li>Due to some problems
in the XHTML cleaning (content duplication when the source
3626             HTML
is dirty and malformed), the <strong>XHTML support is turned off by default</strong>
3627             
from this version. You can still change this behavior and turn it on in the configuration
3628             file. </li>
3629         <li>Some little updates
on the <strong>English </strong>language file. </li>
3630         <li>A few addition of missing entries
on all languages files (translations for these
3631             changes are pending). </li>
3632         <li>Language files has been added
for the following languages:
3633             <ul>
3634                 <li><strong>Brazilian Portuguese</strong> (pt-br) </li>
3635                 <li><strong>Czech</strong> (cz) </li>
3636                 <li><strong>Dutch</strong> (nl) </li>
3637                 <li><strong>Russian</strong> (ru) </li>
3638                 <li><strong>Chinese (Taiwan)</strong> (zh-tw) </li>
3639                 <li><strong>Greek</strong> (gr) </li>
3640                 <li><strong>German</strong> (de)</li>
3641             </ul>
3642         </li>
3643     </ul>
3644     <h3>
3645         Version
1.1</h3>
3646     <ul>
3647         <li>The &quot;<strong>Multi Language</strong>&quot; system
is now available. This version
3648             ships with English and Italian versions completed. Other languages will be available
3649             soon. The editor automatically detects the client language and sets all labels,
3650             tooltips and dialog boxes to it,
if available. The auto detection and the default
3651             language can be
set in the <strong>fck_config.file</strong>. </li>
3652         <li>Two files can now be created to isolate customizations code
from the original source
3653             code of the editor: <strong>fckeditor.config.js</strong> and <strong>fckeditor.custom.js</strong>.
3654             Create these files
in the root folder of your web site, if needed. The first one
3655             can be used to
add or override configurations set on fck_config.js. The second one
3656             
is used for custom actions and behaviors. </li>
3657         <li>A problem with relative links and images like &quot;/test/test.doc&quot; has been
3658             solved. In prior versions, only with XHTML support enabled, the URL was changed
3659             to something like &quot;http:
//www.mysite.xxx/test/test.doc&quot; (The domain was
3660             automatically added). Now the XHTML cleaning procedure gets the URLs exactly how
3661             they are defined
in the editor&rsquo;s HTML. </li>
3662         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=742168&amp;group_id=75348&amp;atid=543653">SF
3663             BUG-
742168</a>] Mouse drag and drop from toolbar buttons has been disabled. </li>
3664         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=768210&amp;group_id=75348&amp;atid=543653">SF
3665             BUG-
768210</a>] HTML entities, like <strong>&amp;lt;</strong>, were not load correctly.
3666             The problem
is solved. </li>
3667         <li>[<a target=
"_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=748812&amp;group_id=75348&amp;atid=543653">SF
3668             BUG-
748812</a>] The link dialog window doesn't open when the link button is grayed.
3669         </li>
3670     </ul>
3671     <h3>
3672         Version
1.0</h3>
3673     <ul>
3674         <li>Three
new options are available in the configuration file to set what file types
3675             are allowed / denied to be uploaded
from the &quot;Insert Link&quot; and &quot;Insert
3676             Image&quot; dialog boxes. </li>
3677         <li>Upload options,
for links and images, are automatically hidden on IE 5.0 browsers
3678             (it
's not compatible). </li>
3679         <li>[SF BUG-
734894] Fixed a problem on XHTML cleaning: the value on INPUT fields were
3680             lost. </li>
3681         <li>[SF BUG-
713797] Fixed some image dialog errors when trying to set image properties
3682             
when no image is available. </li>
3683         <li>[SF BUG-
736414] Developed a workaround for a DHTML control bug when loading in the
3684             editor some HTML started with &lt;p&gt;&lt;hr&gt;&lt;/p&gt;. </li>
3685         <li>[SF BUG-
737143] Paste from Word cleaning changed to solve some IE 5.0 errors. This
3686             feature
is still not available over IE 5.0. </li>
3687         <li>[SF BUG-
737233] CSS mappings are now OK on the PHP image browser module. </li>
3688         <li>[SF BUG-
737495] The image preview in the image dialog box is now working correctly.
3689         </li>
3690         <li>[SF BUG-
737532] The editor automatically switches to WYSIWYG mode when the form
3691             
is posted. </li>
3692         <li>[SF BUG-
739571] The editor is now working well over Opera (as for Netscape, a TEXTAREA
3693             
is shown). </li>
3694     </ul>
3695     <h3>
3696         Version
1.0 Final Candidate</h3>
3697     <ul>
3698         <li>A
new dialog box for the &quot;Link&quot; command is available. Now you can upload
3699             and browse the server exactly like the image dialog box. It
's also possible to define
3700             the link title and target window (_blank, _self, _parent and _top). As with the
3701             image dialog box, a sample (and simple) file server browser
is available. </li>
3702         <li>A
new configuration option is available to force every paste action to be handled
3703             
as plain text. See &quot;config.ForcePasteAsPlainText&quot; in fck_config.js. </li>
3704         <li>A
new Toolbar button is available: &quot;Paste from Word&quot;. It automatically
3705             cleans the clipboard content before pasting (removesWord styles, classes, xml stuff,
3706             etc...). This command
is available for IE 5.5 and more. For IE 5.0 users, a message
3707             
is displayed advising that the text will not be cleaned before pasting. </li>
3708         <li>The editor automatically detects Word clipboard data
on pasting operations and asks
3709             the user to clean it before pasting. This option
is turned on by default but it
3710             can be configured. See &quot;config.AutoDetectPasteFromWord&quot;
in fck_config.js.
3711         </li>
3712         <li>Table properties are now available
in cells' right click context menu. </li>
3713         <li>It
's now possible to edit cells advanced properties from it's right click context
3714             menu. </li>
3715     </ul>
3716     <h3>
3717         Version
1.0 Release Candidate 1 (RC1)</h3>
3718     <ul>
3719         <li>Some performance improvements. </li>
3720         <li>The file dhtmled.cab has been added to the package
for clients ho needs to install
3721             the Microsoft DHTML Editor component. </li>
3722         <li>[SF BUG-
713952] The format command options are localized, so it depends on the IE
3723             language to work. Until version
0.9.5 it was working only over English IE browsers.
3724             Now the options are load dynamically
on the client using the client's language.
3725         </li>
3726         <li>[SF BUG-
712103] The style command is localized, so it depends on the IE language
3727             to work. Until version
0.9.5 it was working only over English IE browsers. Now it
3728             configures itself
using the client's language. </li>
3729         <li>[SF BUG-
726137] On version 0.9.5, some commands (special chars, image, emoticons,
3730             ...)
remove the next available character before inserting the required content even
3731             
if no selection was made in the editor. Now the editor replaces only the selected
3732             content (
if available). </li>
3733     </ul>
3734     <h3>
3735         Version
0.9.5 beta</h3>
3736     <ul>
3737         <li>XHTML support
is now available! It can be enabled/disabled in the fck_config.js
3738             file. </li>
3739         <li>&quot;Show Table Borders&quot; option: show borders
for tables with borders size
3740             
set to zero. </li>
3741         <li>&quot;Show Details&quot; option: show hidden elements (comments, scripts, paragraphs,
3742             line breaks) </li>
3743         <li>IE behavior integration module. Thanks to Daniel Shryock. </li>
3744         <li>&quot;Find&quot; option: to find text
in the document. </li>
3745         <li>More performance enhancements. </li>
3746         <li>New testsubmit.php file. Thansk to Jim Michaels. </li>
3747         <li>Two initial PHP upload manager implementations (not working yet). Thanks to Frederic
3748             Tyndiuk and Christian Liljedahl. </li>
3749         <li>Initial PHP image browser implementation (not working yet). Thanks to Frederic Tyndiuk.
3750         </li>
3751         <li>Initial CFM upload manager implementation. Thanks to John Watson. </li>
3752     </ul>
3753     <h3>
3754         Version
0.9.4 beta</h3>
3755     <ul>
3756         <li>ColdFusion module integration
is now available! Thanks to John Watson. </li>
3757         <li>&quot;Insert Smiley&quot; toolbar option! Thanks to Fredox. Take a look at fck_config.js
3758             
for configuration options. </li>
3759         <li>&quot;Paste
as plain text&quot; toolbar option! </li>
3760         <li>Right click support
for links (edit / remove). </li>
3761         <li>Buttons now are shown
in gray when disabled. </li>
3762         <li>Buttons are shown just
when the image is downloaded (no more &quot;red x&quot; while
3763             waiting
for it). </li>
3764         <li>The toolbar background color can be
set with a CSS style (see fck_editor.css). </li>
3765         <li>Toolbar images have been reviewed:
3766             <ul>
3767                 <li>Now they are transparent. </li>
3768                 <li>No more over...gif
for every button (so the editor loads quicker). </li>
3769                 <li>Buttons states are controlled with CSS styles. (see fck_editor.css).</li>
3770             </ul>
3771         </li>
3772         <li>Internet Explorer
5.0 compatibility, except for the image uploading popup. </li>
3773         <li>Optimizations
when loading the editor. </li>
3774         <li>[SF BUG-
709544] - Toolbar buttons wait for the images to be downloaded to start
3775             watching and responding the user actions (turn buttons
on/off when the user changes
3776             position inside the editor). </li>
3777         <li>JavaScript integration
is now Object Oriented. CreateFCKeditor function is not available
3778             anymore. Take a look
in test.html. </li>
3779         <li>Two
new configuration options, ImageBrowser and ImageUpload, are available to turn
3780             
on and off the image upload and image browsing options in the Image dialog box.
3781             This options can be hidden
for a specific editor instance throw specific URL parameter
3782             
in the editor&rsquo;s IFRAME (upload=true/false&amp;browse=true/false). All specific
3783             language integration modules handle
this option. For sample see the _test directory.
3784         </li>
3785     </ul>
3786 </body>
3787 </html>



Full source code website bán hàng thương mại điện tử gần giống shopee 473.174 lượt xem

Gõ tìm kiếm nhanh...